The Rust web framework for lazy developers.

api cot-framework framework hacktoberfest orm rust web
4 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
enhancement good first issue C-macros

The Rust web framework for lazy developers.

Rust
#api#cot-framework#framework#hacktoberfest#orm#rust#web

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.

Complexity: 3/5
enhancement good first issue github_actions A-ci

The Rust web framework for lazy developers.

Rust
#api#cot-framework#framework#hacktoberfest#orm#rust#web

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.

Complexity: 3/5
enhancement good first issue github_actions A-ci

The Rust web framework for lazy developers.

Rust
#api#cot-framework#framework#hacktoberfest#orm#rust#web

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.

Complexity: 4/5
enhancement good first issue

The Rust web framework for lazy developers.

Rust
#api#cot-framework#framework#hacktoberfest#orm#rust#web