This is a demo repository showing how to use Rust with Crystal.
- Clone the repository to your local machine.
- Run
cargo build; shards run
to build and execute the example.
This example does what Crystal needs, C ABI functions. We are exposing Rust code to C ABI which is then picked up by Crystal to use.