Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ten0/serde_avro_fast
/ functions
Functions
461 in github.com/Ten0/serde_avro_fast
⨍
Functions
461
◇
Types & classes
176
Function
skip_block
()
serde_avro_fast/tests/deserialize_ignored.rs:33
Method
skip_bytes
Skip `n_bytes` bytes from the underlying buffer
serde_avro_fast/src/de/read/mod.rs:34
Method
snappy_to_de_error
(snappy_error: snap::Error)
serde_avro_fast/src/object_container_file_encoding/reader/decompression.rs:75
Method
struct_variant
( self, _fields: &'static [&'static str], _visitor: V, )
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:63
Method
struct_variant
( self, _fields: &'static [&'static str], visitor: V, )
serde_avro_fast/src/de/deserializer/types/union.rs:139
Function
substruct
()
serde_avro_derive/tests/derive_schema.rs:64
Function
test
()
serde_avro_fast/src/schema/safe/rabin.rs:44
Function
test
(expected: &str)
serde_avro_derive/tests/derive_schema.rs:7
Function
test_avro_3507_single_object_reader
()
serde_avro_fast/tests/single_object_encoding.rs:73
Function
test_avro_3549_read_not_enabled_codec
()
serde_avro_fast/tests/object_container_file_encoding.rs:344
Function
test_big_decimal
()
serde_avro_fast/tests/round_trips.rs:344
Function
test_bytes_with_serde_json_value
()
serde_avro_fast/tests/round_trips.rs:411
Function
test_decimal
()
serde_avro_fast/tests/round_trips.rs:283
Function
test_fixed_with_serde_json_value
()
serde_avro_fast/tests/round_trips.rs:432
Function
test_from_avro_datum
()
serde_avro_fast/tests/object_container_file_encoding.rs:61
Function
test_from_avro_datum_with_union_to_struct
()
serde_avro_fast/tests/object_container_file_encoding.rs:75
Function
test_no_cyclic_debug_on_schema
()
serde_avro_fast/tests/no_cyclic_debug_on_schema.rs:6
Function
test_null_union
()
serde_avro_fast/tests/object_container_file_encoding.rs:140
Function
test_owned_writer
()
serde_avro_fast/tests/owned_writer.rs:31
Function
test_reader_empty_buffer
()
serde_avro_fast/tests/object_container_file_encoding.rs:314
Function
test_reader_invalid_block
()
serde_avro_fast/tests/object_container_file_encoding.rs:304
Function
test_reader_invalid_header
()
serde_avro_fast/tests/object_container_file_encoding.rs:294
Function
test_reader_iterator
()
serde_avro_fast/tests/object_container_file_encoding.rs:148
Function
test_reader_only_header
()
serde_avro_fast/tests/object_container_file_encoding.rs:323
Function
test_round_trip_apache_fast
( &(raw_schema, ref value): &(&str, Value), )
serde_avro_fast/tests/round_trips.rs:98
Function
test_round_trip_fast_apache
( &(raw_schema, ref value): &(&str, Value), )
serde_avro_fast/tests/round_trips.rs:110
Function
test_round_trip_fast_fast
( &(raw_schema, ref value): &(&str, Value), )
serde_avro_fast/tests/round_trips.rs:153
Function
test_schema_fingerprint_and_parse_round_trip
Make sure that parsed schema -> serialized schema -> apache schema agrees with apache parsed schema
serde_avro_fast/tests/round_trips.rs:191
Function
test_snappy
()
serde_avro_fast/tests/object_container_file_encoding.rs:353
Function
test_writer_bzip2
()
serde_avro_fast/tests/object_container_file_encoding.rs:244
Function
test_writer_deflate
()
serde_avro_fast/tests/object_container_file_encoding.rs:227
Function
test_writer_no_compression_regular_block_size
()
serde_avro_fast/tests/object_container_file_encoding.rs:209
Function
test_writer_no_compression_small_block_size
()
serde_avro_fast/tests/object_container_file_encoding.rs:214
Function
test_writer_snappy
()
serde_avro_fast/tests/object_container_file_encoding.rs:220
Function
test_writer_xz
()
serde_avro_fast/tests/object_container_file_encoding.rs:261
Function
test_writer_zstandard
()
serde_avro_fast/tests/object_container_file_encoding.rs:278
Function
to_single_object_vec
Serialize to an avro [single object encoding](https://avro.apache.org/docs/current/specification/#single-object-encoding) to a newly allocated Vec N
serde_avro_fast/src/single_object_encoding.rs:110
Method
try_from
(mut safe: super::safe::SchemaMut)
serde_avro_fast/src/schema/self_referential.rs:252
Method
tuple_variant
(self, _len: usize, _visitor: V)
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:53
Method
tuple_variant
(self, len: usize, visitor: V)
serde_avro_fast/src/de/deserializer/types/union.rs:132
Method
unexpected_eof
()
serde_avro_fast/src/de/error.rs:34
Function
union_as_enum
()
serde_avro_fast/tests/unions.rs:67
Function
union_straight_to_actual_type
()
serde_avro_fast/tests/unions.rs:85
Method
unit_variant
(self)
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:39
Method
unit_variant
(self)
serde_avro_fast/src/de/deserializer/types/union.rs:119
Method
variant_seed
(self, seed: V)
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:16
Method
variant_seed
(self, seed: V)
serde_avro_fast/src/de/deserializer/types/union.rs:30
Method
visit
(self, bytes: &[u8])
serde_avro_fast/src/de/deserializer/types/length_delimited.rs:28
Method
visit_borrowed
(self, bytes: &'de [u8])
serde_avro_fast/src/de/deserializer/types/length_delimited.rs:31
Method
visit_const_param
(&mut self, v: &syn::ConstParam)
serde_avro_derive_macros/src/build_schema/field_types_and_instantiations.rs:396
Method
visit_lifetime
(&mut self, v: &syn::Lifetime)
serde_avro_derive_macros/src/build_schema/field_types_and_instantiations.rs:387
Method
visit_lifetime_mut
(&mut self, i: &mut syn::Lifetime)
serde_avro_derive_macros/src/build_schema/type_lookup.rs:121
Method
visit_string
(self, v: String)
serde_avro_fast/src/schema/safe/parsing/raw.rs:143
Method
with_config
Construct a `DeserializerState` from a `ReadSlice` (either a [`SliceRead`] or a [`ReaderRead`]) and a [`DeserializerConfig`] This is only useful if y
serde_avro_fast/src/de/mod.rs:148
Method
with_logical_type
Build a `SchemaNode` from the given regular type and logical type.
serde_avro_fast/src/schema/safe/mod.rs:192
Method
with_opt_owned_config
(serializer_config: SerializerConfigRef<'c, 's>)
serde_avro_fast/src/object_container_file_encoding/writer/mod.rs:130
Method
with_opt_owned_config
( writer: W, serializer_config: SerializerConfigRef<'c, 's>, )
serde_avro_fast/src/ser/mod.rs:202
Method
with_owned_config
Construct a writer from an owned [`SerializerConfig`]. This is a less performant version of [`WriterBuilder::new`] because it takes ownership of the
serde_avro_fast/src/object_container_file_encoding/writer/mod.rs:126
Method
with_owned_config
Build a `SerializerState` from a writer and a `SerializerConfig`. This behaves the same as [`SerializerState::from_writer`], but takes ownership of t
serde_avro_fast/src/ser/mod.rs:195
Method
write_str
(&mut self, s: &str)
serde_avro_fast/src/schema/safe/rabin.rs:31
Method
write_str
(&mut self, s: &str)
serde_avro_fast/tests/no_cyclic_debug_on_schema.rs:42
← previous
401–461 of 461, ranked by callers