https://github.com/ttys3/rust-protobuf-serde-demo
Rust protobuf serde demo
https://github.com/ttys3/rust-protobuf-serde-demo
Last synced: 11 months ago
JSON representation
Rust protobuf serde demo
- Host: GitHub
- URL: https://github.com/ttys3/rust-protobuf-serde-demo
- Owner: ttys3
- Created: 2022-08-23T12:27:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T12:30:34.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T20:42:11.756Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-protobuf-serde-demo
## prepare
```shell
cargo new rust-protobuf-serde-demo && cd rust-protobuf-serde-demo
cargo add bytes
cargo add prost
cargo add serde_json
cargo add serde --default-features -F derive -F serde_derive
cargo add --build prost-build
```
## Run
```shell
cargo run
```
## Refs
https://github.com/serde-rs/json
https://docs.rs/prost-serde/latest/prost_serde/
https://docs.rs/prost/latest/prost/
https://docs.rs/prost-build/latest/prost_build/index.html
https://github.com/tokio-rs/prost