# 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.2"
```