1 2 3 4 5 6 7
//! Types and functions to interact with the [Exercism](https://exercism.org) APIs. #[macro_use] pub(crate) mod detail; pub mod v1; pub mod v2;