oh_my_toml 0.1.0

Awesome TOML configuration derive macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(clippy::wildcard_imports, reason = "otherwise, it is hard to maintain")]

//! Impls

pub mod array;
pub mod boolean;
pub mod float;
pub mod from_str;
pub mod infallible;
pub mod int;
pub mod map;
pub mod nonempty;
pub mod sequence;
pub mod tuple;
pub mod value;