Jagoda Estera Ślązak ab48c06171
feat(no_std)!: option to disable layout cache for no_std compatibility (#1795)
Resolves #1780 

BREAKING CHANGE: Disabling `default-features` will now disable layout
cache, which can have a negative impact on performance.
`Layout::init_cache` and `Layout::DEFAULT_CACHE_SIZE` are now only
available if `layout-cache` feature is enabled.
2025-05-07 13:00:22 -07:00
..

xtask for ratatui

A simple task runner for the project.

See https://github.com/matklad/cargo-xtask for details on the xtask pattern.

Run cargo xtask --help for more information