Crates.io | zung_parsers |
lib.rs | zung_parsers |
version | 0.1.1 |
source | src |
created_at | 2024-10-10 19:07:49.928389 |
updated_at | 2024-10-10 19:10:45.57811 |
description | Data Format Parsing in Rust |
homepage | |
repository | https://github.com/ishaan26/zung |
max_upload_size | |
id | 1404133 |
size | 78,879 |
This Library consists of varouis feature-full (on going) data format parsers implemented in rust. Each project is separated out in different modules as listed out in Table of Contents below.
This library is part of the zung family.
Install the zung binary with cargo install zung
to try out some of the features of this
library.
This library is intended for learning purposes only. While I will do my best to write the most professional code I can (with my limited coding knowledge), it is not my intention for this library to be used in any production environment.
Ateast not yet...
Encode and decode data in the Bencode format.
Bencode is a simple binary encoding format used in various contexts, most notably in BitTorrent. This type provides functionality to encode Rust data structures into Bencode format and decode Bencode strings into Rust data structures or json or yaml. See the implemented methods for more information,
Value
implementation to reprasent parsed bencode data in rust data types.See the docs for how to use each module of this library.