| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Go bitstring library
Package bitstring implements a fixed length bit string type and bit manipulation functions.
By default, bit offsets arguments to bitstring methods are not checked. This allows not to pay the performance penalty of always checking offsets, in environments where they are constants or always known beforehand.
You can enable runtime checks by passing the bitstring_debug build tag to go when building the bitstring package.
TODO:
| Back | FazBrowse Home | New Git URL |