Skip to main content

endpoint_libs/
lib.rs

1#![cfg_attr(test, allow(deprecated))]
2
3pub mod libs;
4#[cfg(feature = "types")]
5pub mod model;