forbidden-bands 0.2.4

8-bit string handling library
Documentation
[dependencies.enumset]
features = ["serde"]
version = "1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "petscii_to_unicode"
path = "examples/petscii_to_unicode.rs"

[[example]]
name = "test"
path = "examples/test.rs"

[[example]]
name = "unicode_to_petscii"
path = "examples/unicode_to_petscii.rs"

[features]
external-json = []

[lib]
name = "forbidden_bands"
path = "src/lib.rs"

[package]
authors = ["Joshua Gerrish <jgerrish@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "8-bit string handling library"
edition = "2021"
homepage = "https://github.com/jgerrish/forbidden-bands"
keywords = ["8-bit", "unicode", "ascii", "string", "c64"]
license = "MIT"
name = "forbidden-bands"
readme = "README.md"
repository = "https://github.com/jgerrish/forbidden-bands"
version = "0.2.4"