fix: align code with spec

This commit is contained in:
2026-04-03 15:53:48 +02:00
parent 95c97bce33
commit 897577a369
10 changed files with 141 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
mod slug;
mod checksum;
pub use slug::slugify;
pub use slug::{slugify, ensure_unique};
pub use checksum::content_hash;