Go to file
Yoshua Wuyts c7962d2945
init
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-11-05 02:42:23 +01:00
.github init 2019-11-05 02:42:23 +01:00
src init 2019-11-05 02:42:23 +01:00
tests init 2019-11-05 02:42:23 +01:00
.gitignore init 2019-11-05 02:42:23 +01:00
.travis.yml init 2019-11-05 02:42:23 +01:00
Cargo.toml init 2019-11-05 02:42:23 +01:00
LICENSE-APACHE init 2019-11-05 02:42:23 +01:00
LICENSE-MIT init 2019-11-05 02:42:23 +01:00
README.md init 2019-11-05 02:42:23 +01:00

README.md

http-types

crates.io version build status downloads docs.rs docs

HTTP Types.

Examples

Basic usage

// tbi

Installation

$ cargo add http-types

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

References

None.

License

MIT OR Apache-2.0