slash-formatter 3.1.1

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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "concat-with"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae45936bbf9bddd6a0268c0ea5d3814a72403f4b69a1c318aae2ce90444ad55"

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