tinytable

Crates.iotinytable
lib.rstinytable
version0.2.0
created_at2025-03-01 21:15:38.877167+00
updated_at2025-04-12 13:59:15.9594+00
descriptionA tiny text table drawing library
homepage
repositoryhttps://github.com/MonterraByte/tinytable
max_upload_size
id1574025
size56,041
Joaquim Monteiro (MonterraByte)

documentation

README

tinytable

A tiny text table drawing library for Rust.

crates.io Documentation Continuous Integration

Features

  • Small code size (< 250 lines of code, excluding docs and tests)
  • Minimal dependencies (not zero, because Unicode is hard)
  • Iterator support (you don't need to collect all the data to display at once, it can be streamed)
  • Unicode support
  • Nothing more!

Usage

Run cargo add tinytable, or add tinytable = "0.2" to the [dependencies] section of your Cargo.toml.

After that, call tinytable::write_table() in your code.


Copyright © 2025 Joaquim Monteiro

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 23

cargo fmt