8000 GitHub - jasondellaluce/client-rs: The rust language implementation of the Falco client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jasondellaluce/client-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.4%
  • Makefile 2.6%
0