Crates.io | bisonn |
lib.rs | bisonn |
version | 1.0.1 |
source | src |
created_at | 2023-03-24 01:38:22.281522 |
updated_at | 2023-03-24 04:23:33.537257 |
description | Bisonn is a simple and fast BSON parser written in Rust |
homepage | https://quintant.github.io/ |
repository | https://github.com/quintant/bisonn |
max_upload_size | |
id | 818923 |
size | 152,017 |
This is a Rust program that reads a BSON file and converts it into a pretty-printed JSON format. It replaces binary data with the string "BINARY".
To use the program, run the binary file with the path to a BSON file as an argument:
bisonn <file.bson>
This program depends on the following Rust crates:
serde_json for JSON serialization
bson for BSON parsing
Contributions to this program are welcome. Please fork the repository, make your changes, and submit a pull request.
This program is licensed under the MIT License. See the LICENSE file for more information.