Skip to content

Rust table formatting library using Unicode Box-drawing characters.

Notifications You must be signed in to change notification settings

srithon/unicode-prettytable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unicode-prettytable

unicode-prettytable is a toy project for creating tables in Rust code with Unicode box characters. It was created primarily for the purpose of getting a crate on crates.io and using it in another project.

With that in mind, this crate is not meant to be used in production; for viable alternatives, please see the following crates:

  1. comfy-table
  2. prettytable-rs

Limitations

As illustrated in this issue, the current implementation does not support non-ASCII text within table fields.

About

Rust table formatting library using Unicode Box-drawing characters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages