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

no-std miden-rpc-proto

Miden node RPC message definitions

7 unstable releases (3 breaking)

0.7.2 Jan 29, 2025
0.7.1 Jan 28, 2025
0.6.0 Nov 6, 2024
0.5.1 Sep 13, 2024
0.4.0 Jul 4, 2024

#164 in No standard library

Download history 738/week @ 2024-11-16 566/week @ 2024-11-23 233/week @ 2024-11-30 87/week @ 2024-12-07 32/week @ 2024-12-14 2/week @ 2024-12-21 1/week @ 2025-01-11 611/week @ 2025-01-18 893/week @ 2025-01-25 432/week @ 2025-02-01 513/week @ 2025-02-08 144/week @ 2025-02-15 124/week @ 2025-02-22 142/week @ 2025-03-01

1,032 downloads per month
Used in 8 crates (via miden-client)

MIT license

10KB
97 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