Implement `TextBuffer` for `char`
Open
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
I know a `char` is not equivalent to a `str` with a length of 1 but I think effectively from a UI aspect, it is.
I have structs with fields being a single char and this is a blocker for https://github.com/zakarumych/egui-probe/issues/16
Contributor guide
Research direction
Search the repository for TextBuffer and existing implementations, then inspect how character-valued fields are handled by the UI. Use the linked egui-probe issue for context and verify that a struct field containing a single char can be edited through the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100