Releases: MyJetTools/rust-extensions
Releases · MyJetTools/rust-extensions
0.1.5
0.1.4
- with-tokio is introduced to give the ability to use the library with wasm compatible libraries
- ShortString now can set len
- 1969-01-01 is supported in DateTimeAsMicroseconds
- Added case insensitive str comparator
- Hex Support
- Added Auto Shrinkable Vec and VecDeque support
- Added support of to_rfc_7231() for DateTimeAsMicroseconds()
- Added SortedVec
- Added UnsafeValue
- Added ArrayOfByte reader
- Added MaybeShortString
- Placeholders
- TimeStruct now can work with Microseconds within a week
- min_value and max_value calculator
- HostEnpoint support
- Range on SortedVec
- IntervalKey is introduced
0.1.3
- 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