python build.py
#compile only
python build.py --compile
#download only
python build.py --download
cargo publish -j 4
# force reduce the number of processes
# install cargo hack
cargo hack test --feature-powerset --all-targets
- some asn files should be manually patched (see
*_patch
functions inbuild.py
)
Licensed under the MIT License - LICENSE