Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
/ detrim Public archive

Latest commit

 

History

History
27 lines (16 loc) · 525 Bytes

File metadata and controls

27 lines (16 loc) · 525 Bytes

Changelog

Unreleased

0.1.4

  • No significant changes since 0.1.3.

0.1.3

  • Fix cow_str when expecting to borrow from input data.

0.1.2

  • Add hashset_string() function behind on-by-default std crate feature.
  • Fix string_non_empty() and option_string_non_empty() functions when encountering nulls.

0.1.1

  • Add option_string() function.
  • Add vec_string() function.

0.1.0

  • Add string() function.
  • Add string_non_empty() function.
  • Add option_string_non_empty() function.