cfapi/
lib.rs

1#![forbid(unsafe_code)]
2
3pub mod endpoints;
4pub mod framework;