prost-sled 0.0.5

Integration layer between prost and sled.
Documentation
1
2
3
4
5
use prost_build::compile_protos;

fn main() {
    compile_protos(&["src/messages.proto"], &["src"]).expect("failed to build protos");
}