MCPcopy Create free account

hub / github.com/Ten0/serde_avro_fast / functions

Functions461 in github.com/Ten0/serde_avro_fast

Functionskip_block
()
serde_avro_fast/tests/deserialize_ignored.rs:33
Methodskip_bytes
Skip `n_bytes` bytes from the underlying buffer
serde_avro_fast/src/de/read/mod.rs:34
Methodsnappy_to_de_error
(snappy_error: snap::Error)
serde_avro_fast/src/object_container_file_encoding/reader/decompression.rs:75
Methodstruct_variant
( self, _fields: &'static [&'static str], _visitor: V, )
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:63
Methodstruct_variant
( self, _fields: &'static [&'static str], visitor: V, )
serde_avro_fast/src/de/deserializer/types/union.rs:139
Functionsubstruct
()
serde_avro_derive/tests/derive_schema.rs:64
Functiontest
()
serde_avro_fast/src/schema/safe/rabin.rs:44
Functiontest
(expected: &str)
serde_avro_derive/tests/derive_schema.rs:7
Functiontest_avro_3507_single_object_reader
()
serde_avro_fast/tests/single_object_encoding.rs:73
Functiontest_avro_3549_read_not_enabled_codec
()
serde_avro_fast/tests/object_container_file_encoding.rs:344
Functiontest_big_decimal
()
serde_avro_fast/tests/round_trips.rs:344
Functiontest_bytes_with_serde_json_value
()
serde_avro_fast/tests/round_trips.rs:411
Functiontest_decimal
()
serde_avro_fast/tests/round_trips.rs:283
Functiontest_fixed_with_serde_json_value
()
serde_avro_fast/tests/round_trips.rs:432
Functiontest_from_avro_datum
()
serde_avro_fast/tests/object_container_file_encoding.rs:61
Functiontest_from_avro_datum_with_union_to_struct
()
serde_avro_fast/tests/object_container_file_encoding.rs:75
Functiontest_no_cyclic_debug_on_schema
()
serde_avro_fast/tests/no_cyclic_debug_on_schema.rs:6
Functiontest_null_union
()
serde_avro_fast/tests/object_container_file_encoding.rs:140
Functiontest_owned_writer
()
serde_avro_fast/tests/owned_writer.rs:31
Functiontest_reader_empty_buffer
()
serde_avro_fast/tests/object_container_file_encoding.rs:314
Functiontest_reader_invalid_block
()
serde_avro_fast/tests/object_container_file_encoding.rs:304
Functiontest_reader_invalid_header
()
serde_avro_fast/tests/object_container_file_encoding.rs:294
Functiontest_reader_iterator
()
serde_avro_fast/tests/object_container_file_encoding.rs:148
Functiontest_reader_only_header
()
serde_avro_fast/tests/object_container_file_encoding.rs:323
Functiontest_round_trip_apache_fast
( &(raw_schema, ref value): &(&str, Value), )
serde_avro_fast/tests/round_trips.rs:98
Functiontest_round_trip_fast_apache
( &(raw_schema, ref value): &(&str, Value), )
serde_avro_fast/tests/round_trips.rs:110
Functiontest_round_trip_fast_fast
( &(raw_schema, ref value): &(&str, Value), )
serde_avro_fast/tests/round_trips.rs:153
Functiontest_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
Functiontest_snappy
()
serde_avro_fast/tests/object_container_file_encoding.rs:353
Functiontest_writer_bzip2
()
serde_avro_fast/tests/object_container_file_encoding.rs:244
Functiontest_writer_deflate
()
serde_avro_fast/tests/object_container_file_encoding.rs:227
Functiontest_writer_no_compression_regular_block_size
()
serde_avro_fast/tests/object_container_file_encoding.rs:209
Functiontest_writer_no_compression_small_block_size
()
serde_avro_fast/tests/object_container_file_encoding.rs:214
Functiontest_writer_snappy
()
serde_avro_fast/tests/object_container_file_encoding.rs:220
Functiontest_writer_xz
()
serde_avro_fast/tests/object_container_file_encoding.rs:261
Functiontest_writer_zstandard
()
serde_avro_fast/tests/object_container_file_encoding.rs:278
Functionto_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
Methodtry_from
(mut safe: super::safe::SchemaMut)
serde_avro_fast/src/schema/self_referential.rs:252
Methodtuple_variant
(self, _len: usize, _visitor: V)
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:53
Methodtuple_variant
(self, len: usize, visitor: V)
serde_avro_fast/src/de/deserializer/types/union.rs:132
Methodunexpected_eof
()
serde_avro_fast/src/de/error.rs:34
Functionunion_as_enum
()
serde_avro_fast/tests/unions.rs:67
Functionunion_straight_to_actual_type
()
serde_avro_fast/tests/unions.rs:85
Methodunit_variant
(self)
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:39
Methodunit_variant
(self)
serde_avro_fast/src/de/deserializer/types/union.rs:119
Methodvariant_seed
(self, seed: V)
serde_avro_fast/src/de/deserializer/unit_variant_enum_access.rs:16
Methodvariant_seed
(self, seed: V)
serde_avro_fast/src/de/deserializer/types/union.rs:30
Methodvisit
(self, bytes: &[u8])
serde_avro_fast/src/de/deserializer/types/length_delimited.rs:28
Methodvisit_borrowed
(self, bytes: &'de [u8])
serde_avro_fast/src/de/deserializer/types/length_delimited.rs:31
Methodvisit_const_param
(&mut self, v: &syn::ConstParam)
serde_avro_derive_macros/src/build_schema/field_types_and_instantiations.rs:396
Methodvisit_lifetime
(&mut self, v: &syn::Lifetime)
serde_avro_derive_macros/src/build_schema/field_types_and_instantiations.rs:387
Methodvisit_lifetime_mut
(&mut self, i: &mut syn::Lifetime)
serde_avro_derive_macros/src/build_schema/type_lookup.rs:121
Methodvisit_string
(self, v: String)
serde_avro_fast/src/schema/safe/parsing/raw.rs:143
Methodwith_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
Methodwith_logical_type
Build a `SchemaNode` from the given regular type and logical type.
serde_avro_fast/src/schema/safe/mod.rs:192
Methodwith_opt_owned_config
(serializer_config: SerializerConfigRef<'c, 's>)
serde_avro_fast/src/object_container_file_encoding/writer/mod.rs:130
Methodwith_opt_owned_config
( writer: W, serializer_config: SerializerConfigRef<'c, 's>, )
serde_avro_fast/src/ser/mod.rs:202
Methodwith_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
Methodwith_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
Methodwrite_str
(&mut self, s: &str)
serde_avro_fast/src/schema/safe/rabin.rs:31
Methodwrite_str
(&mut self, s: &str)
serde_avro_fast/tests/no_cyclic_debug_on_schema.rs:42
← previous401–461 of 461, ranked by callers