Expand description
Derive (de)serialization for enums and structs, see src/serial/derive
Modulesยง
- async_
derive ๐ - Derive (de)serialization for enums and structs, see src/serial/derive
- sync_
derive ๐ - Derive (de)serialization for enums and structs, see src/serial/derive
Structsยง
- Variant
Parts ๐
Functionsยง
- async_
enum_ de - async_
enum_ ser - async_
struct_ de - async_
struct_ ser - contains_
initialize_ with - contains_
skip - discriminant_
map ๐ - Calculates the discriminant that will be assigned by the compiler. See: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
- enum_de
- enum_
ser - struct_
de - struct_
ser