Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

v0.0.3

Choose a tag to compare

@lopopolo lopopolo released this 08 Aug 05:29
dcd86dc

Release roe 0.0.3.

roe is published on crates.io.

Status

roe is currently a work in process. Many APIs are not implemented or partially implemented and may panic. No new APIs have been added since v0.0.2.

Packaging improvements

  • Use proper AsMut generic bound on make_ascii_lowercase. #22
  • Fix typo'd clippy allow. #40
  • Update version-sync to 0.9.3 and trim some deps from Cargo.lock. #64
  • Fix clippy::manual_assert lint violations in Rust 1.58. #70
  • Fix up docs so they build with no default features. #97