Skip to content

Commit

Permalink
tabled_derive/ Refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
  • Loading branch information
zhiburt committed Nov 22, 2021
1 parent daf149c commit 197ab4c
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 201 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -163,6 +163,8 @@ pub use crate::{

pub use tabled_derive::Tabled;

// todo: change return type to impl Iterator<Cow<str

/// Tabled a trait responsible for providing a header fields and a row fields.
///
/// It's urgent that `header` len is equal to `fields` len.
Expand Down

0 comments on commit 197ab4c

Please sign in to comment.