[Rust] Release 0.28.0
Stranger6667
released this
29 Dec 14:09
·
5 commits
to master
since this release
Added
- Implement
IntoIterator
forLocation
to iterate overLocationSegment
. - Implement
FromIter
forLocation
to build aLocation
from an iterator ofLocationSegment
. ValidationError::to_owned
method for converting errors into owned versions.- Meta-schema validation support. #442