cubix 0.2.0

Standardized building block components born for Rust craft.
Documentation
# cubix

Standardized building block components born for Rust craft.

[![GitHub last commit](https://img.shields.io/github/last-commit/andeya/cubix)](https://github.com/andeya/cubix/commits/main)
[![Crates.io](https://img.shields.io/crates/v/cubix.svg)](https://crates.io/crates/cubix)
[![Docs](https://docs.rs/cubix/badge.svg)](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"
```