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

Commit

Permalink
update: importing certs, macros, and errors
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
2 people authored and poiana committed Jan 14, 2020
1 parent c999441 commit 92161fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
//! With this crate you can easily connect to the Falco gRPC API, interact with it, receive the alerts, and ...
//!
#[macro_use]
mod macros;
#[macro_use]
pub mod api;
mod certs;
pub mod client;
pub mod config;
pub mod errors;
mod errors;
pub use crate::errors::Error;
pub use crate::errors::ErrorKind;
pub use crate::errors::Result;

0 comments on commit 92161fa

Please sign in to comment.