awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesBitstream Processing Libraries

Libraries that treat byte slices as streams of bits to extract values of arbitrary length.

Distinguishing note: Existing candidates focus on Kafka streams or variable-length packing for storage, not a general-purpose bit-level extraction library.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Bitstream Processing Libraries. Refine with filters or upvote what's useful.

Awesome Bitstream Processing Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rust-bakery/nomAvatar von rust-bakery

    rust-bakery/nom

    10,426Auf GitHub ansehen↗

    nom is a parser combinator framework for Rust used to build complex parsers by combining small, reusable parsing functions. It functions as a zero-copy parsing tool that minimizes memory overhead by returning slices of the original input instead of allocating new memory. The framework is designed for diverse data formats, serving as a binary data parser with configurable endianness and a bitstream processing library capable of extracting values of arbitrary bit length. It also functions as a streaming data parser that can process data arriving in chunks and signal when additional input is req

    Treats byte slices as bit streams to extract values of arbitrary bit length.

    Rustbyte-arraygrammarnom
    Auf GitHub ansehen↗10,426
  1. Home
  2. Operating Systems & Systems Programming
  3. Bitstream Processing Libraries