asciidoctor-client 0.4.3

A kludge to improve the performance of static site generators that use asciidoc through its cli
Documentation
1
2
3
4
5
6
7
pub mod grpc {
    tonic::include_proto!("asciidoctor");
}

mod cli;

pub use cli::Args;