https://github.com/jdockerty/avro-tools-rs
avro-tools, but in Rust
https://github.com/jdockerty/avro-tools-rs
Last synced: about 1 year ago
JSON representation
avro-tools, but in Rust
- Host: GitHub
- URL: https://github.com/jdockerty/avro-tools-rs
- Owner: jdockerty
- Created: 2024-10-17T20:13:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:49:42.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:31:03.258Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avro-tools-rs
Quick and dirty implementation of `avro-tools`, but in Rust. For learning purposes and ease of use.
## Install
Via `cargo`:
```
cargo install --git https://github.com/jdockerty/avro-tools-rs
avr --help
```