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

falcosecurity/client-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

The rust language implementation of the Falco client

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published