Re-exports§
pub use changelog::Changelog;
pub use changelog::ChangelogParseOptions;
pub use changes::ChangeKind;
pub use changes::Changes;
pub use link::Link;
pub use release::Release;
pub use release::ReleaseBuilder;
Modules§
Structs§
- Naive
Date - ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
- Version
- SemVer version as defined by https://semver.org.