[ trixie ]
[ sid ]
パッケージ: golang-github-elliotwutingfeng-asciiset-dev (0.0~git20240214.24af97c-2)
golang-github-elliotwutingfeng-asciiset-dev に関するリンク
Debian の資源:
golang-github-elliotwutingfeng-asciiset ソースパッケージをダウンロード:
- [golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c-2.dsc]
- [golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c.orig.tar.xz]
- [golang-github-elliotwutingfeng-asciiset_0.0~git20240214.24af97c-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
ASCII character bitset (library)
asciiset is an ASCII character bitset. Bitsets are fast and memory-efficient data structures for storing and retrieving information using bitwise operations. asciiset is an extension of the asciiSet data structure from the Go Standard library source code.
Possible applications include checking strings for prohibited ASCII characters, and counting unique ASCII characters in a string.