slash-formatter 3.1.6

This crate provides functions to deal with slashes and backslashes in strings.
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 = 3

[[package]]
name = "concat-with"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45527fc9cdf65d432ee7f5f5648a3a598809d543200bd78efa770392fcc22e4f"

[[package]]
name = "slash-formatter"
version = "3.1.6"
dependencies = [
 "concat-with",
]