git_conform/
core.rs

1//! Key functionality of the application
2
3pub mod api;
4mod backend;