imgurs-model 0.2.0

A typed and safe model of the Imgur API
Documentation
1
2
3
4
5
6
//! API reference model
#[deny(clippy::all)]
#[deny(unsafe_code)]
pub mod error;
pub mod model;
pub mod utilities;