6 lines
112 B
Rust
Raw Normal View History

2019-09-26 03:09:51 +08:00
#![feature(allow_internal_unstable)]
#![feature(unboxed_closures)]
#![feature(fn_traits)]
pub mod indexed_vec;