Crate darkfi_derive_internal

Crate darkfi_derive_internal 

Source
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ยง

VariantParts ๐Ÿ”’

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