literalize 0.1.0

A library to build literal-based singleton types and values
Documentation
1
2
3
4
5
6
//! Serde integration.

pub mod bool;
pub mod float;
pub mod int;
pub mod str;