falco_plugin 0.5.1

High level bindings for the Falco plugin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod entry;
pub mod field;
pub mod field_descriptor;
pub mod field_value;
pub mod macros;
pub mod metadata;
pub(crate) mod ref_shared;
pub mod static_field_specialization;
pub mod table;
pub(crate) mod vtable;
pub(super) mod wrappers;