doku 0.21.1

A framework for documenting Rust data structures
Documentation
// Possible variants:
// - {
//     "Foo": {
//       // Some comment
//       // (another line)
//       // (yet another line!)
//       "a": "string"
//     }
//   }
//   = This...
//     ... is `Foo`!
// - {
//     "Bar": {
//       "a": "string"
//       "b": 123
//     }
//   }
//   = This...
//     ... is `Bar`!
{ "Foo": ... }