v0.2.1
Pre-release
Pre-release
Features
- MacOS Platform support #51
- Services with the same name for different messaging patterns are supported #16
Bugfixes
- Fix undefined behavior in
FixedSizeByteString::new_unchecked
#61 - Fix suffix of static config #66
- Interpret non-existing service directory as no existing services #63
Refactoring
- Rename char in platform to c_char #54
- Set reasonable rust min version to 1.70 and verify it with additional CI targets #72
Workflow
- add
cargo audit
for security vulnerability checking in dependencies #48
New API features
- Add
FixedSizeByteString::from_bytes_truncated
#56 - Add
Deref
,DerefMut
,Clone
,Eq
,PartialEq
andextend_from_slice
to (FixedSize)Vec #58 MessagingPattern
implementsDisplay
#64