• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/25-Apr-2025-2,9321,699

.cargo-checksum.jsonD25-Apr-20252 KiB11

Android.bpD25-Apr-20251.1 KiB4339

CHANGELOG.mdD25-Apr-20257.7 KiB211139

Cargo.tomlD25-Apr-20252 KiB10484

LICENSED25-Apr-20251 KiB84

METADATAD25-Apr-2025374 1817

MODULE_LICENSE_MITD25-Apr-20250

README.mdD25-Apr-20251.4 KiB4629

build.rsD25-Apr-2025137 86

cargo_embargo.jsonD25-Apr-202551 54

README.md

1# axum-core
2
3[![Build status](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum-core/actions/workflows/CI.yml)
4[![Crates.io](https://img.shields.io/crates/v/axum-core)](https://crates.io/crates/axum-core)
5[![Documentation](https://docs.rs/axum-core/badge.svg)](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