Expand description
Cleanroom Rust port of upstream Go source file: internal/internal.go (package layout)
Upstream Target Tag / Version: v2.1.0
Internal helpers shared by the bubbles components.
Modules§
- clipboard
- System clipboard access, ported inline from
github.com/atotto/clipboard(only the read-all/write-all paths used by bubbles’ textinput/textarea). - duration
- Go-compatible
time.Duration::String()formatting. - fuzzy
- Fuzzy string matching, ported inline from
github.com/sahilm/fuzzy(used by the list component’sDefaultFilter). - memoization
- Cleanroom Rust port of upstream Go source file:
internal/memoization/memoization.goUpstream Target Tag / Version:v2.1.0 - runeutil
- Cleanroom Rust port of upstream Go source file:
internal/runeutil/runeutil.goUpstream Target Tag / Version:v2.1.0