[−][src]Crate ouroboros
A crate for creating safe self-referencing structs.
See the documentation for #[self_referencing]
to get started.
See the documentation of ouroboros_examples
for
sample documentation of structs which have had the macro applied to them.
Attribute Macros
self_referencing | This macro is used to turn a regular struct into a self-referencing one. An example: |