Crates.io | product-os-router |
lib.rs | product-os-router |
version | 0.0.25 |
source | src |
created_at | 2023-08-20 06:06:31.622974 |
updated_at | 2024-06-12 02:13:33.435048 |
description | Product OS : Router provides a fully featured router leveraging Axum and Tower with a suite of helper methods to make it easier to create an HTTP server, HTTPS server, web socket server and even server-sent events server. |
homepage | |
repository | |
max_upload_size | |
id | 949207 |
size | 78,190 |
Product OS : Router provides a fully featured router leveraging Axum and Tower with a suite of helper methods to make it easier to create an HTTP server, HTTPS server, web socket server and even server-sent events server.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : Router.
cargo add product-os-router
or add Product OS : Router to your cargo.toml [packages]
section.
product-os-router = { version = "0.0.25", features = [], default-features = true, optional = false }
Product OS Router supports a number of features leveraging the existing Rust libraries of Axum and Tower including:
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.