Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro-rs
/ functions
Functions
1,631 in github.com/apache/avro-rs
⨍
Functions
1,631
◇
Types & classes
404
Method
deserialize_option
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:161
Method
deserialize_seq
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:196
Method
deserialize_str
(self, visitor: V)
avro/src/serde/deser_schema/mod.rs:494
Method
deserialize_str
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:134
Method
deserialize_string
(self, visitor: V)
avro/src/serde/de.rs:571
Method
deserialize_string
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:141
Method
deserialize_struct
( self, _name: &'static str, _fields: &'static [&'static str], _visitor: V,
avro/src/serde/deser_schema/identifier.rs:229
Method
deserialize_tuple
(self, _len: usize, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:203
Method
deserialize_tuple_struct
( self, _struct_name: &'static str, _len: usize, visitor: V, )
avro/src/serde/de.rs:742
Method
deserialize_tuple_struct
( self, name: &'static str, len: usize, visitor: V, )
avro/src/serde/deser_schema/mod.rs:649
Method
deserialize_tuple_struct
( self, _name: &'static str, _len: usize, _visitor: V, )
avro/src/serde/deser_schema/identifier.rs:210
Method
deserialize_u128
(self, visitor: V)
avro/src/serde/de.rs:415
Method
deserialize_u128
(mut self, visitor: V)
avro/src/serde/deser_schema/mod.rs:426
Method
deserialize_u16
(mut self, visitor: V)
avro/src/serde/deser_schema/mod.rs:378
Method
deserialize_u16
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:93
Method
deserialize_u32
(mut self, visitor: V)
avro/src/serde/deser_schema/mod.rs:393
Method
deserialize_u32
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:99
Method
deserialize_u64
(self, visitor: V)
avro/src/serde/de.rs:371
Method
deserialize_u64
(mut self, visitor: V)
avro/src/serde/deser_schema/mod.rs:408
Method
deserialize_u64
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:106
Method
deserialize_u8
(mut self, visitor: V)
avro/src/serde/deser_schema/mod.rs:364
Method
deserialize_u8
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:86
Function
deserialize_union_with_different_enum_order_defined_in_record
()
avro/tests/avro-3786.rs:522
Function
deserialize_union_with_record_with_enum_defined_inline_reader_has_different_indices
()
avro/tests/avro-3786.rs:640
Method
deserialize_unit
(self, _visitor: V)
avro/src/serde/deser_schema/identifier.rs:168
Method
deserialize_unit_struct
( self, _struct_name: &'static str, visitor: V, )
avro/src/serde/de.rs:693
Method
deserialize_unit_struct
( self, name: &'static str, visitor: V, )
avro/src/serde/deser_schema/mod.rs:569
Method
deserialize_unit_struct
( self, _name: &'static str, _visitor: V, )
avro/src/serde/deser_schema/identifier.rs:175
Method
details
(&self)
avro/src/error.rs:45
Method
doc
(&self)
avro/src/util.rs:50
Method
drop
Drop the writer, will try to flush ignoring any errors.
avro/src/writer/mod.rs:633
Method
drop
(&mut self)
avro/src/serde/with.rs:51
Function
duration
()
avro/src/writer/datum.rs:486
Function
duration_and_fixed_of_different_size
()
avro/src/schema_compatibility.rs:1665
Function
empty_record1_schema
()
avro/src/schema_compatibility.rs:498
Function
empty_record2_schema
()
avro/src/schema_compatibility.rs:502
Function
empty_union_schema
()
avro/src/schema_compatibility.rs:570
Function
encode_decode_uuid_to_bytes
()
avro/src/decode.rs:899
Method
end
(self)
avro/src/serde/util.rs:211
Method
end
(self)
avro/src/serde/ser_schema/mod.rs:738
Method
end
(self)
avro/src/serde/ser_schema/tuple.rs:102
Method
end
(self)
avro/src/serde/ser_schema/block.rs:120
Method
end
(mut self)
avro/src/serde/ser_schema/record/mod.rs:166
Function
enum1_ab_schema
()
avro/src/schema_compatibility.rs:482
Function
enum1_abc_schema
()
avro/src/schema_compatibility.rs:486
Function
enum1_bc_schema
()
avro/src/schema_compatibility.rs:490
Function
enum2_ab_schema
()
avro/src/schema_compatibility.rs:494
Method
eq
(&self, other: &Self)
avro/src/decimal.rs:77
Method
eq
Assess equality of two `Schema` based on [Parsing Canonical Form]. [Parsing Canonical Form]: https://avro.apache.org/docs/1.11.1/specification/#parsi
avro/src/schema/mod.rs:213
Method
eq
(&self, other: &UnionSchema)
avro/src/schema/union.rs:363
Function
expand
()
avro_derive/tests/expand.rs:26
Function
expected_custom_attributes
()
avro/src/schema/mod.rs:2643
Method
expecting
(&self, f: &mut std::fmt::Formatter)
avro/src/duration.rs:182
Method
expecting
(&self, formatter: &mut std::fmt::Formatter)
avro/src/decimal.rs:48
Method
expecting
(&self, formatter: &mut std::fmt::Formatter)
avro/src/serde/de.rs:1779
Method
field_default
()
avro_derive/tests/expanded/avro_rs_207_rename_attr_over_rename_all_attribute.expanded.rs:132
Method
field_default
()
avro_derive/tests/expanded/avro_rs_501_basic.expanded.rs:130
Method
field_default
()
avro_derive/tests/expanded/avro_rs_501_struct_with_optional.expanded.rs:114
Method
field_default
()
avro_derive/tests/expanded/avro_rs_501_reference.expanded.rs:138
Method
field_default
()
avro_derive/tests/expanded/avro_3687_basic_enum_with_default.expanded.rs:51
Method
field_default
()
avro_derive/tests/expanded/avro_rs_501_namespace.expanded.rs:132
Method
field_default
()
avro_derive/tests/expanded/avro_3709_record_field_attributes.expanded.rs:130
Method
field_default
()
avro_derive/tests/expanded/avro_rs_207_rename_all_attribute.expanded.rs:131
Method
field_default
The default value of this type when used for a record field. `None` means no default value, which is also the default implementation. Implementation
avro/src/serde/derive.rs:363
Method
field_default
()
avro/src/serde/derive.rs:607
Method
finalize_into
(self, out: &mut Output<Self>)
avro/src/rabin.rs:105
Method
finalize_into_reset
(&mut self, out: &mut Output<Self>)
avro/src/rabin.rs:125
Method
fingerprint
Generate the [fingerprint] of the schema's [Parsing Canonical Form]. # Example ``` use apache_avro::rabin::Rabin; use apache_avro::{Schema, Error}; u
avro/src/schema/mod.rs:519
Method
fixed
( #[builder(start_fn)] name: Name, #[builder(start_fn)] size: usize, aliases: Option<V
avro/src/schema/builders.rs:81
Method
flush
(&self)
avro_test_helper/src/logger.rs:41
Method
fmt
(&self, f: &mut fmt::Formatter)
avro_derive/src/case.rs:148
Method
fmt
(&self, f: &mut fmt::Formatter)
avro/src/error.rs:749
Method
fmt
(&self, f: &mut Formatter<'_>)
avro/src/schema/name.rs:217
Method
fmt
(&self, f: &mut fmt::Formatter)
avro/src/schema/mod.rs:71
Method
fmt
(&self, f: &mut Formatter<'_>)
avro/src/schema/union.rs:52
Method
fmt
(&self, f: &mut Formatter<'_>)
avro/src/schema/record/field.rs:55
Method
fmt
(&self, f: &mut Formatter<'_>)
avro/src/schema/record/schema.rs:47
Method
fmt
(&self, f: &mut fmt::Formatter)
avro/tests/shared.rs:94
Method
from
(err: Err)
avro_test_helper/src/lib.rs:66
Method
from
(value: RenameRule)
avro_derive/src/attributes/serde.rs:51
Method
from
(value: FooFromInto)
avro_derive/tests/serde.rs:206
Method
from
(days: Months)
avro/src/duration.rs:43
Method
from
(decimal: Decimal)
avro/src/decimal.rs:106
Method
from
(_: ())
avro/src/types.rs:154
Method
from
(value: Codec)
avro/src/codec.rs:76
Method
from
(details: Details)
avro/src/error.rs:55
Method
from
(obj: Value)
avro/src/reader/single_object.rs:183
Method
from
(obj: TestSingleObjectWriter)
avro/src/writer/single_object.rs:303
Method
from
(value: &types::Value)
avro/src/schema/mod.rs:247
Method
from
(_: InteropMessage)
avro/examples/test_interop_single_object_encoding.rs:37
Method
from_avro_and_serde
( avro: &avro::With, serde: Option<&String>, span: Span, )
avro_derive/src/attributes/mod.rs:197
Function
from_avro_datum
( writer_schema: &Schema, reader: &mut R, reader_schema: Option<&Schema>, )
avro/src/reader/datum.rs:224
Function
from_avro_datum_reader_schemata
( writer_schema: &Schema, writer_schemata: Vec<&Schema>, reader: &mut R, reader_schema: Option
avro/src/reader/datum.rs:285
Function
from_avro_datum_schemata
( writer_schema: &Schema, writer_schemata: Vec<&Schema>, reader: &mut R, reader_schema: Option
avro/src/reader/datum.rs:253
Method
from_bool
(value: bool)
avro_derive/src/attributes/mod.rs:245
Method
from_expr
(expr: &Expr)
avro_derive/src/attributes/serde.rs:60
Method
from_schema
Use this helper to build an instance from an existing Avro `Schema`.
avro/src/headers.rs:41
Method
from_str
(rename_all_str: &str)
avro_derive/src/case.rs:78
Method
from_str
(s: &str)
avro/src/schema/name.rs:211
Method
from_string
(value: &str)
avro_derive/src/attributes/mod.rs:239
← previous
next →
801–900 of 1,631, ranked by callers