| 1 | //! Module contains a list of backends for pretty print tables. |
|---|---|
| 2 | |
| 3 | pub mod compact; |
| 4 | |
| 5 | #[cfg(feature = "std")] |
| 6 | pub mod iterable; |
| 7 | |
| 8 | #[cfg(feature = "std")] |
| 9 | pub mod peekable; |
| 10 |
| 1 | //! Module contains a list of backends for pretty print tables. |
|---|---|
| 2 | |
| 3 | pub mod compact; |
| 4 | |
| 5 | #[cfg(feature = "std")] |
| 6 | pub mod iterable; |
| 7 | |
| 8 | #[cfg(feature = "std")] |
| 9 | pub mod peekable; |
| 10 |