fileslug 0.1.2

Filename-aware slug generator — slugifies file names (preserving extensions, dotfiles, version numbers) and arbitrary text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "any_ascii"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c6333e01ba7235575b6ab53e5af10f1c327927fd97c36462917e289557ea64"

[[package]]
name = "fileslug"
version = "0.1.2"
dependencies = [
 "any_ascii",
]