# cubix
Standardized building block components born for Rust craft.
[](https://github.com/andeya/cubix/commits/main)
[](https://crates.io/crates/cubix)
[](https://docs.rs/cubix)
## Usage
Run the following Cargo command in your project directory:
```sh
cargo add cubix
```
Or add the following line to your Cargo.toml:
```toml
cubix = "0.3"
```
## Features
| `api_response` | A consistent structure for API responses, including success and error handling. | `api-response` |
| `convert_traits` | Define your own conversion traits to solve the problem of converting two external types without using new types. | `convert_traits` |
| `jwt-claims` | Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4. | `jwt_claims` |