/client-rs

The rust language implementation of the Falco client

Primary LanguageRustApache License 2.0Apache-2.0

Falco Rust Client

crates

The rust language implementation of the Falco client

Install

To include as a dependency:

[dependencies]
falco = "0.0.0"

Full Examples

To execute any example:

cargo run --example <name>

Where <name> needs to be changed with the file name of the example.

Update protos

Do you want/need to update the proto files?

We provided a make command - ie., make protos - to update them.

make clean
make