tinc-build 0.2.1

A build script that generates code for tinc protobuf annotations
1
2
3
4
5
6
7
use crate::types::ProtoType;

#[derive(Debug, Clone, PartialEq)]
pub(crate) enum CelType {
    CelValue,
    Proto(ProtoType),
}