ferrix 0.1.0

A simple matrix library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example

This directory contains example code for using Ferrix.

To run an example, use 

```bash
cargo run --example <example-name>
```

| Example Name | Description | Command |
|--------------|-------------|---------|
| donut        | Renders a rotating 3D donut using ASCII characters | `cargo run --example donut` |