Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanarus/mojilets
https://github.com/kanarus/mojilets
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanarus/mojilets
- Owner: kanarus
- Created: 2023-09-25T15:23:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T10:25:22.000Z (about 1 year ago)
- Last Synced: 2024-10-07T04:19:09.802Z (about 1 month ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mojilets
Tools for character-level operations on String
## `StringExt` for `String`
- `swap_chars(&mut self, m: usize, n: usize)`
## `CharExt` for `char`
- `char_bytes(self) -> CharBytes`