product-os-urlencoding 0.0.1

Product OS : URL Encoding is a derivative of the urlencoding crate restructured for both std and no_std environments.
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 = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"

[[package]]
name = "product-os-urlencoding"
version = "0.0.1"
dependencies = [
 "no-std-compat",
]