Skip to content

no_std tracking issue #102

@orhun

Description

@orhun

I gave it a spin on making several widgets no_std and sharing my findings here for proceeding with implementation after Ratatui 0.30 is out.

Workspace dependencies

  • ratatui (0.30) -> std feature should be disabled.
  • derive_builder -> std feature should be disabled and alloc should be enabled.
  • strum -> std feature should be disabled.
  • itertools -> use_std feature should be disabled.

tui-big-text

  • font8x8 -> std feature should be disabled.

tui-bar-graph

TODO: investigate the other crates


Additonally, #![no_std] indicator should be added to lib.rs for each crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions