bencode.rs
Bencode parser
A Rust library for parsing binary-encoded data using the Nom parser combinator framework
Bencoding parser in Rust using Nom
2 stars
3 watching
0 forks
Language: Rust
last commit: almost 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
fbdtemme/bencode | A header-only C++20 bencode serialization/deserialization library for efficient data exchange | 48 |
gausby/bencode | A library providing an Elixir implementation of the Bencode encoding and decoding format | 18 |
rust-bakery/nom | A parser combinator framework for building safe and efficient parsers in Rust | 9,557 |
rgrinberg/bencode | A library to parse and generate the .torrent file format used in BitTorrent | 24 |
nrc/zero | A Rust library for parsing binary data without allocating memory on the heap. | 47 |
alehander92/bencoder | A library to handle Bencode data serialization and deserialization in Elixir | 4 |
zeebo/bencode | A Go library for encoding and decoding bencoded data structures. | 91 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,307 |
jcreekmore/pem-rs | A Rust library that parses and encodes PEM-encoded data | 57 |
benanders/rjni | Provides Rust bindings to interact with Java Virtual Machines and Java Native Interface. | 74 |
zsoltm/jackson-dataformat-bencode | An extension to Jackson's object mapper for serializing and deserializing Bencoded data | 4 |
m4b/goblin | A Rust-based library for parsing and analyzing binary formats | 1,206 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 262 |
brennie/diffx-rs | A Rust library for parsing and working with diffX data | 1 |
dalance/sv-parser | A SystemVerilog parser library for Rust. | 412 |