Rust implementation (#197)

This commit is contained in:
Denis Isidoro 2020-03-04 18:01:23 -03:00 committed by GitHub
parent 684702e770
commit c5cd85bb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 1550 additions and 1955 deletions

View file

@ -1,14 +1,8 @@
install:
scripts/install
install:
scripts/make install
uninstall:
scripts/uninstall
release:
scripts/release
update:
scripts/update
lint:
scripts/lint
scripts/make uninstall