Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 23:21
b2c7dab

Added

  • Initial Field<T> API for recoverable field-level Serde deserialization.
  • FieldDecode and ScalarFieldDecode extension traits for custom recoverable decoders.
  • FieldError equality based on the displayed error message, independent of internal storage.
  • Optional json feature with owned and borrowed raw JSON capture through JsonField<T> and BorrowedJsonField<'de, T>.
  • std and alloc feature split for no_std-compatible consumers with an allocator.