Expand description
Magnet, a JSON/BSON schema generator.
This crate only contains the #[derive(BsonSchema)] proc-macro.
For documentation, please see the magnet_schema crate.
Derive Macrosยง
- Bson
Schema - The top-level entry point of this proc-macro. Only here to be exported
and to handle
Result::Errreturn values bypanic!()ing.