rustapi
rustapi copied to clipboard
π RESTful Rust API Template / Boilerplate
@ndelvalle I'm trying to dockerize this to make it easier to setup and run but the code panics, ```sh => => naming to docker.io/library/rustapi-app 0.0s [+] Running 2/0 β Container...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. Release notes Sourced from async-trait's releases. 0.1.83 Prevent needless_arbitrary_self_type lint being produced in generated code (#278) Commits e6b4d47 Release 0.1.83 bfe8d61 Merge pull request...
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.0 to 0.6.1. Release notes Sourced from tower-http's releases. v0.6.1 Fixed decompression: reuse scratch buffer to significantly reduce allocations and improve performance (#521) #521: tower-rs/tower-http#521 New Contributors...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. Release notes Sourced from thiserror's releases. 1.0.64 Exclude derived impls from coverage instrumentation (#322, thanks @βoxalica) Commits 84484bc Release 1.0.64 023f036 Merge pull request...
https://github.com/ndelvalle/rustapi/issues/408
Bumps [bson](https://github.com/mongodb/bson-rust) from 2.11.0 to 2.13.0. Release notes Sourced from bson's releases. v2.13.0 The MongoDB Rust driver team is pleased to announce the v2.13.0 release of the bson crate. Highlighted...
Is there an easy way to generate openapi.yaml?
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.3. Changelog Sourced from once_cell's changelog. Changelog Unreleased Outline initialization in race: #273. 1.20.2 Remove portable_atomic from Cargo.lock if it is not, in fact, used:...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.86. Release notes Sourced from async-trait's releases. 0.1.86 Documentation improvements 0.1.85 Omit Self: 'async_trait bound in impl when not needed by signature (#284) 0.1.84 Support...
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.5 to 0.8.2. Release notes Sourced from axum's releases. axum v0.8.2 added: Implement OptionalFromRequest for Json (#3142) added: Implement OptionalFromRequest for Extension (#3157) changed: Make the status...