nya-core 0.2.0

nya core library
Documentation
1
2
3
4
5
6
7
8
9
10
//! Core nya library
//!
//! It provides basic structures like [Array](array::Array), [SparseSet](sparse_set::SparseSet) and functions like [search_parents](fs::search_parents).

pub mod array;
pub mod defer;
pub mod fs;
pub mod mem;
pub mod num;
pub mod sparse_set;