Releases: Sigilweaver/OpenTFRaw
Releases · Sigilweaver/OpenTFRaw
v1.1.0
Added
CITATION.cff: author identity (Nathan Riley + ORCID) and a
scaffoldedidentifiers:block ready for the Zenodo concept DOI.CONTRIBUTING.md.- Docusaurus build job in CI.
Changed
- Panic surface eliminated (WP17). Parsers no longer call
unwrap()in production code: a newbyteshelper module
(read_u32/f64_le) returnsError::UnexpectedEof { offset, needed }, and afind_mapclosure now uses.ok()?to preserve
Option. Library crate carries
#![cfg_attr(not(test), warn(clippy::unwrap_used, clippy::expect_used))]. - Manifest hygiene (WP13):
homepageset to https://sigilweaver.app
anddocumentationlink added. - README badge block unified across the Sigilweaver portfolio.