path-table

Crates.iopath-table
lib.rspath-table
version1.0.0
sourcesrc
created_at2019-01-17 11:29:38.932119
updated_at2019-01-17 11:29:38.932119
descriptionPath-based routing table.
homepage
repositoryhttps://github.com/rust-net-web/path-table
max_upload_size
id109126
size44,233
Yosh (yoshuawuyts)

documentation

https://docs.rs/path-table

README

path-table

crates.io version build status downloads docs.rs docs

Path-based routing table.

Examples

Basic usage

// tbi

Installation

$ cargo add path-table

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

Commit count: 10

cargo fmt