Skip to main content

asciidoctor_client/
lib.rs

1pub mod grpc {
2    tonic::include_proto!("asciidoctor");
3}
4
5mod cli;
6
7pub use cli::Args;