vincent-herlemont / native_db

Drop-in embedded database in Rust
MIT License
490 stars 22 forks source link

Add cargo fmt and cargo clippy in the CI #258

Closed vincent-herlemont closed 1 month ago

vincent-herlemont commented 1 month ago

Currently, even if the project is well formatted, cargo fmt and cargo clippy are not configured in the CI. We also need to make the last fixes for cargo clippy that have not been done.

TODO