MCPcopy Create free account
hub / github.com/apache/avro-rs / encode_int

Function encode_int

avro/src/encode.rs:61–63  ·  view source on GitHub ↗
(i: i32, writer: W)

Source from the content-addressed store, hash-verified

59}
60
61pub(crate) fn encode_int<W: Write>(i: i32, writer: W) -> AvroResult<usize> {
62 zig_i32(i, writer)
63}
64
65pub(crate) fn encode_internal<W: Write, S: Borrow<Schema>>(
66 value: &Value,

Callers 1

encode_internalFunction · 0.85

Calls 1

zig_i32Function · 0.85

Tested by

no test coverage detected