jedec 0.1.0

A library for working with JEDEC programming files
Documentation
[package]
name = "jedec"
version = "0.1.0"
authors = ["R <rqou@berkeley.edu>"]
license = "0BSD"
description = "A library for working with JEDEC programming files"
repository = "https://github.com/rqou/rust-jedec"
keywords = ["cpld", "pal", "gal", "jed", "jedec"]
categories = ["parser-implementations"]
edition = "2021"

[profile.release]
lto = true

[lib]
name = "jedec"
crate-type = ["rlib"]

[features]
std = []
default = ["std"]

[dependencies.bitvec]
version = "1"
default-features = false
features = ["alloc"]