The rust language implementation of the Falco client
To include as a dependency:
[dependencies]
falco = "0.0.0"
To execute any example:
cargo run --example <name>
Where <name>
needs to be changed with the file name of the example.
Do you want/need to update the proto files?
We provided a make command - ie., make protos
- to update them.
make clean
make