only print items with name column

This commit is contained in:
Darren Schroeder
2021-10-07 16:50:27 -05:00
parent 698f768a06
commit 54a41c535b
2 changed files with 149 additions and 191 deletions

View File

@@ -1,12 +1,4 @@
// #![warn(future_incompatible)]
// #![warn(missing_copy_implementations)]
// #![warn(missing_docs)]
// #![warn(nonstandard_style)]
// #![warn(rust_2018_compatibility)]
// #![warn(rust_2018_idioms)]
// #![warn(trivial_casts, trivial_numeric_casts)]
// #![warn(unused)]
// #![deny(unsafe_code)]
// Thanks to https://github.com/ogham/rust-term-grid for making this available
//! This library arranges textual data in a grid format suitable for
//! fixed-width fonts, using an algorithm to minimise the amount of space