Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 664 Bytes

File metadata and controls

37 lines (23 loc) · 664 Bytes

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