functora-tagged 0.2.7

Lightweight, macro-free newtypes with refinement and derived traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![doc = include_str!("../README.md")]
pub mod infallible;
pub use infallible::*;
pub mod via_string;
pub use via_string::*;
pub mod parse_error;
pub use parse_error::*;
pub mod refine;
pub use refine::*;
pub mod tagged;
pub use tagged::*;
pub mod num;
pub use num::*;
pub mod common;
pub use common::*;
pub mod common_impl;