veho 0.0.20

a iterable toolset
Documentation
1
2
3
4
5
6
7
pub use into_hashmaps::{clone_to_hashmap, into_hashmap, IntoHashmap};
pub use unwinds::{clone_unwind, unwind, Unwinds};

mod unwinds;
mod into_hashmaps;