#miden #protobuf #no-alloc #rpc #node #file-content

no-std miden-rpc-proto

Miden node RPC message definitions

3 unstable releases

new 0.5.1 Sep 13, 2024
0.5.0 Aug 27, 2024
0.4.0 Jul 4, 2024

#132 in No standard library

Download history 573/week @ 2024-06-30 319/week @ 2024-07-07 251/week @ 2024-07-14 136/week @ 2024-07-21 503/week @ 2024-07-28 131/week @ 2024-08-04 5/week @ 2024-08-11 521/week @ 2024-08-25 174/week @ 2024-09-01

702 downloads per month
Used in 3 crates (via miden-client)

MIT license

8KB
98 lines

Miden RPC proto

This crate contains protobuf message definitions of the RPC component of the Miden node. It consists of a map of (filename, file contents) where each entry refers to a protobuf file.

Additionally, the crate exposes a write_proto(target_dir) function that writes the files into target_dir.

License

This project is MIT licensed.

No runtime deps