interval_adapter 0.42.0

Interval adapter for both open/closed implementations of intervals ( ranges ).
Documentation
1
2
3
4
5
6
7
8
9
#![ allow( missing_docs ) ]
#![ cfg_attr( feature = "no_std", no_std ) ]

#[ allow( unused_imports ) ]
use interval_adapter as the_module;
#[ allow( unused_imports ) ]
use test_tools::exposed::*;

mod inc;