Skip to main content

Crate gin_tonic

Crate gin_tonic 

Source
Expand description

gin-tonic wrapepr for code generation (models and service)

Re-exports§

pub use gin_tonic_core;
pub use gin_tonic_core::fxhash;
pub use gin_tonic_derive;

Modules§

decoder
encoder
scalars

Structs§

CompileConfig
CompileConfig transforming *.proto files into Rust code
GinCodec
Tag

Enums§

CompilerError
ProtoError

Constants§

WIRE_TYPE_I32
WIRE_TYPE_I64
WIRE_TYPE_LENGTH_ENCODED
WIRE_TYPE_VARINT

Traits§

Decode
Encode
Map
Message
PackableMarker
Packed
Scalar
Unpacked

Derive Macros§

Enumeration
a macro to derive enumerations
Message
a macro to derive protobof messages
OneOf
a macro to derive a message as oneof if it only contains a oneof