Open Issues Need Help
View All on GitHubAI Summary: Implement derive macros for `IntoResponse` and `ApiOperationResponse` to support enums in the Cot Rust web framework. This will allow developers to easily define enums representing various response types without manually implementing the traits for each variant.
The Rust web framework for lazy developers.
AI Summary: Integrate a HTML/Jinja linter/formatter, such as djLint, into the Cot project's pre-commit hooks to enforce consistent code style and formatting. The goal is to maintain the existing style while preventing future inconsistencies.
The Rust web framework for lazy developers.
AI Summary: Integrate `cargo-semver-checks` into the project's CI/CD pipeline to automatically run the checks on every pull request, ensuring early detection of breaking changes before merging.
The Rust web framework for lazy developers.
AI Summary: The task is to determine the best approach (derive macro or wrapper structs) to enable easy use of enums in forms within the Cot Rust web framework. This involves creating a solution that allows user-defined enums, which now have `SelectChoice` derivation, to also implement `AsFormField` for seamless integration with Cot's form handling.
The Rust web framework for lazy developers.