Komodo uses a build system entirely writen in Rust.
rust-scriptto build the scriptnob.rsto run commandsclapto provide a nice and complete build API
First, install rust-script with
cargo +1.74 install rust-script --locked --rev 99d2c790b303c1d75de5cd90499800283e4b9681 --git https://github.com/fornwall/rust-scriptThen, run the script with ./make.rs --help
./make.rs doc./make.rs check
./make.rs clippy
./make.rs testOther examples that showcase the Komodo API are available in examples/.
see benchmarks/
Komodo uses a Docker image as the base of the GitLab pipelines.
That means that there is nothing to build apart from the source code of Komodo itself when running jobs.
When the development environment needs to change, e.g. when the version of Rust is bumped in
rust-toolchain.toml, one shall run the following commands to push the new
Docker image to the container registry.
./make.rs container --login./make.rs container./make.rs container --pushBecause the code for this project has been originally extracted from
dragoon/pcs-fec-id by @a.stevan, some contributors might be
missing from the Git tree.
Please consult the original Git tree from dragoon/pcs-fec-id or
note that the following people have contributed to this code base:
- @a.stevan
- @j.detchart
If you use the komodo library in your research projects, please cite it using the following template:
@software{komodo@main,
author = {Komodo contributors},
title = {\texttt{komodo}: Cryptographically-proven Erasure Coding},
url = {https://gitlab.isae-supaero.fr/dragoon/komodo/-/tree/main},
crate = {},
mirror = {https://github.com/dragoon-rs/komodo/tree/main},
docs = {},
version = {main},
year = {2023},
}[!tip] TIP mentions to
maincan be removed