Crate lemmy_apub_lib[][src]

Modules

The enums here serve to limit a json string value to a single, hardcoded value which can be verified at compilation time. When using it as the type of a struct field, the struct can only be constructed or deserialized if the field has the exact same value.

Traits

Functions

Derive Macros

Generates implementation ActivityHandler for an enum, which looks like the following (handling all enum variants).