Crates.io | product-os-capabilities |
lib.rs | product-os-capabilities |
version | 0.0.13 |
source | src |
created_at | 2023-08-20 06:40:25.399516 |
updated_at | 2024-06-12 06:35:31.388002 |
description | Product OS : Capabilities provides a set of features for implementing server features and services in a modular fashion. It is designed to be used with Product OS : Server. |
homepage | |
repository | |
max_upload_size | |
id | 949219 |
size | 23,975 |
Product OS : Capabilities provides a set of features for implementing server features and services in a modular fashion. It is designed to be used with Product OS : 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 : Capabilities.
cargo add product-os-capabilities
or add Product OS : Capabilities to your cargo.toml [packages]
section.
product-os-capabilities = { version = "0.0.13", features = [], default-features = true, optional = false }
Product OS Capabilities 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.