escape-bytes 0.1.0

Escapes bytes that are not printable ASCII characters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
alloc = []
default = ["alloc"]
docs = []

[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
description = "Escapes bytes that are not printable ASCII characters."
edition = "2021"
homepage = "https://github.com/stellar/escape-bytes"
license = "Apache-2.0"
name = "escape-bytes"
readme = "README.md"
repository = "https://github.com/stellar/escape-bytes"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true