Fixed
- Fixed the
IntoIterator
impl that triggered a Rust compiler miscompilation in some versions. #80- See the associated
rustc
issue.
- See the associated
Improvements
- Updated and improved documentation about backend properties. #83 #84
- Update outdated dependencies. #82
- Added
serde::{Serialize,Deserialize}
impls for all crate defined symbol types. #86
Internal
- Improve and modernize GitHub Actions CI. #81