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