cog_core/
lib.rs

1#![warn(clippy::all, clippy::pedantic, clippy::nursery)]
2
3pub mod http;
4mod spec;
5
6pub use spec::{Cog, CogResponse};