Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 2,932 | 1,699 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 2 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1.1 KiB | 43 | 39 | |
CHANGELOG.md | D | 25-Apr-2025 | 7.7 KiB | 211 | 139 | |
Cargo.toml | D | 25-Apr-2025 | 2 KiB | 104 | 84 | |
LICENSE | D | 25-Apr-2025 | 1 KiB | 8 | 4 | |
METADATA | D | 25-Apr-2025 | 374 | 18 | 17 | |
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 1.4 KiB | 46 | 29 | |
build.rs | D | 25-Apr-2025 | 137 | 8 | 6 | |
cargo_embargo.json | D | 25-Apr-2025 | 51 | 5 | 4 |
README.md
1# axum-core 2 3[](https://github.com/tokio-rs/axum-core/actions/workflows/CI.yml) 4[](https://crates.io/crates/axum-core) 5[](https://docs.rs/axum-core) 6 7Core types and traits for axum. 8 9More information about this crate can be found in the [crate documentation][docs]. 10 11## Safety 12 13This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust. 14 15## Minimum supported Rust version 16 17axum-core's MSRV is 1.56. 18 19## Getting Help 20 21You're also welcome to ask in the [Discord channel][chat] or open an [issue] 22with your question. 23 24## Contributing 25 26:balloon: Thanks for your help improving the project! We are so happy to have 27you! We have a [contributing guide][contributing] to help you get involved in the 28`axum` project. 29 30## License 31 32This project is licensed under the [MIT license][license]. 33 34### Contribution 35 36Unless you explicitly state otherwise, any contribution intentionally submitted 37for inclusion in `axum` by you, shall be licensed as MIT, without any 38additional terms or conditions. 39 40[`axum`]: https://crates.io/crates/axum 41[chat]: https://discord.gg/tokio 42[contributing]: /CONTRIBUTING.md 43[docs]: https://docs.rs/axum-core 44[license]: /axum-core/LICENSE 45[issue]: https://github.com/tokio-rs/axum/issues/new 46