binstring 0.1.3

Store binary data as a string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "binstring"
path = "src/lib.rs"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Store binary data as a string"
edition = "2021"
license = "MIT"
name = "binstring"
readme = "README.md"
version = "0.1.3"