jsonschema-rs v0.8.1 Release Notes

Release Date: 2021-04-30 // almost 3 years ago
  • 🐎 Performance

    • Avoid String allocation in JSONPointer.into_vec.
    • Replace heap-allocated InstancePath with stack-only linked list.