kg-utils 0.4.0

Various collections and utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![feature(allocator_api, alloc_layout_extra, vec_remove_item, test)]

#[cfg(test)]
extern crate test;

pub mod collections;

#[macro_use]
pub mod ws;

pub mod sync;