Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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))
```