traiter 4.0.0

Traits collection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![no_std]

#[cfg(feature = "std")]
extern crate std;

#[cfg(feature = "collections")]
pub mod collections;
#[cfg(feature = "numbers")]
pub mod numbers;

#[doc = include_str ! ("../README.md")]
type _DoctestReadme = ();