mini_exercism 8.0.0

Minimalistic Rust library to interact with the Exercism.org APIs
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;