Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelwritescode/charset
Repository contains stuff related to charsets
https://github.com/pawelwritescode/charset
Last synced: 16 days ago
JSON representation
Repository contains stuff related to charsets
- Host: GitHub
- URL: https://github.com/pawelwritescode/charset
- Owner: pawelWritesCode
- Created: 2023-03-10T08:41:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-10T09:29:33.000Z (over 1 year ago)
- Last Synced: 2024-06-21T11:16:54.397Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### Charset
This library contains different charsets and function that allows to pick random runes from them.
```go
tenRandomJapaneseCharacters := charset.RandomRunes(10, []rune(charset.Japanese))
```