lipgloss-extras
Facade crate for the lipgloss Rust ecosystem.
- Always re-exports
lipglossaslipgloss_extras::lipgloss. - Optional feature-gated re-exports:
lists→lipgloss_extras::listtrees→lipgloss_extras::treetables→lipgloss_extras::table
fullenables all of the above.
Usage
[]
# Everything:
= { = "0.1.0", = ["full"] }
# or cherry-pick:
# lipgloss-extras = { version = "0.1.0", features = ["lists", "tables"] }
use ;
use List;