anonymous_table 0.3.3

A way to store data regardless of type
Documentation
1
2
3
4
5
6
7
8
9
mod anonymous;
pub use anonymous::Anonymous;
mod table;
pub use table::{
    AnonymousTable,
    AnonymousRow
};
mod access;
pub use access::*;