cfapi/
lib.rs

1
2
3
4
#![forbid(unsafe_code)]

pub mod endpoints;
pub mod framework;