package
Version:
v1.3.2
Opens a new window with list of versions in this module.
Published: Jan 27, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package bitstring provides functions for operating on byte slices as if they are 0-indexed arrays of bits,
packed 8 bits to a byte, LSB-first.
BitAt returns the bit in the idx'th position (zero-indexed) in the given bitstring.
Decode decodes a compressed bitstring from a base64URL-encoded string.
Encode gzips a bitstring and encodes it as a raw urlsafe base-64 string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.