slash-formatter 3.1.2

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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e05b2e0bc9f34da5b073abb9fab94dd47d2a79479244c99145893a5ae28fed"

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