File: mod.rs

package info (click to toggle)
rust-tabled 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,408 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
#[allow(clippy::module_inception)]
mod matrix;
mod matrix_list;

pub use matrix::Matrix;
pub use matrix_list::MatrixList;