[ 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.