tinc-build 0.1.0

A build script that generates code for tinc protobuf annotations
Documentation

tinc-build

[!WARNING]
This crate is under active development and may not be stable.

crates.io docs.rs


The code generator for tinc.

Usage

In your build.rs:

fn main() {
    tinc_build::Config::prost()
        .compile_protos(&["proto/test.proto"], &["proto"])
        .unwrap();
}

Status

This crate is currently under development and is not yet stable.

Unit tests are not yet fully implemented. Use at your own risk.

License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0