Skip to main content

Crate gpui_hexeditor

Crate gpui_hexeditor 

Source
Expand description

gpui_hexeditor provides a reusable hex editor widget for GPUI applications.

It includes:

  • a configurable HexEditor widget
  • a pure state model for editing and selections
  • theme-aware styling helpers

The widget can be used either as a fixed-height editor via visible_rows, or as a panel-filling editor via fill_container.

Re-exports§

pub use config::HexEditorConfig;
pub use state::ActivePane;
pub use state::EditError;
pub use state::HexEditorState;
pub use state::SelectionRange;
pub use style::HexEditorStyle;
pub use widget::HexEditor;
pub use widget::HexEditorEntity;

Modules§

config
state
style
widget