Skip to content

0.1.3

Compare
Choose a tag to compare
@amigin amigin released this 18 Oct 08:25
· 227 commits to main since this release
  • The object pool now does not have Arc and under the feature
  • Timer can be executed by name
  • Added Ability to parse date only for DateTimeAsMicroseconds
  • We can convert client time (with client timezone) to server time (usually UTC-0)
  • Trait to convert to Str or String is implemented
  • StrOrString can slice itself
  • Duration::from_str("15d") - is possible
  • Duration::from_str("15d00:15:23") - is possible
  • Added ShortString (like Pascal String - 255 bytes max)
  • AsSliceOrVec
  • BinaryPayloadBuilder is added
  • DateTimeAsMicroservice can be parsed from ""
  • DateTimeAsMicroservice supports rfc5322 String
  • Base64 support as feature