Add collections.rs

This commit is contained in:
Richard Feldman 2019-07-22 21:59:29 -04:00
parent 26d9a17f68
commit 4502d2630f
4 changed files with 46 additions and 12 deletions

View file

@ -6,6 +6,7 @@ pub mod operator;
pub mod region;
pub mod fast_fraction;
pub mod stdlib;
mod collections;
// mod ena;
// #[macro_use]
@ -17,5 +18,6 @@ extern crate dogged;
extern crate im_rc;
extern crate fraction;
extern crate num;
extern crate fxhash;
#[macro_use] extern crate combine;