summaryrefslogtreecommitdiffstats
path: root/vendor/tabled/tests/main.rs
blob: 35004b9068e8bc2ec1634435cebf469fbf38de7d (plain)
1
2
3
4
5
6
7
mod core;
mod derive;
mod macros;
mod settings;

#[cfg(feature = "std")]
mod matrix;