strombos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (159B)


      1 # Strombos
      2 
      3 ## Building
      4 
      5 After installing [Rust](https://rustup.rs/), you can compile Strombos as follows:
      6 
      7 ```shell
      8 cargo xtask bundle strombos --release
      9 ```