Kangz / cassia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cassia

Compiling stuff

mkdir out
cd out
cmake ../cassia -G Ninja
# you might need to configure the python executable if CMake complains
ninja

To run the demo

  1. Get Rust. (e.g. https://rustup.rs)
  2. cd demo && cargo run

About

License:Apache License 2.0


Languages

Language:Rust 88.7%Language:C++ 9.8%Language:Python 1.1%Language:CMake 0.2%Language:C 0.2%