columnar 0.12.0

Conversion from arrays of complex structs to simple structs of arrays
Documentation
1
2
3
4
5
6
//! Abstract data types represented in columnar form.
//!
//! These ADTs are generally recursive, which is why they required a special implementation.

pub mod tree;
pub mod art;