affs-read 0.3.1

A no_std compatible crate for reading Amiga Fast File System (AFFS) disk images
Documentation
[[bench]]
harness = false
name = "checksums"
path = "benches/checksums.rs"

[[bench]]
harness = false
name = "hashing"
path = "benches/hashing.rs"

[dependencies.bytemuck]
default-features = false
optional = true
version = "1.24"

[dependencies.memchr]
default-features = false
version = "2.7"

[dependencies.simdutf8]
default-features = false
version = "0.1"

[dependencies.wide]
default-features = false
optional = true
version = "1.0.2"

[dev-dependencies.divan]
version = "0.1"

[features]
alloc = []
bytemuck = ["dep:bytemuck"]
default = ["std"]
simd = ["wide", "bytemuck"]
std = []
wide = ["dep:wide"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "filesystem", "embedded", "parser-implementations"]
description = "A no_std compatible crate for reading Amiga Fast File System (AFFS) disk images"
documentation = "https://github.com/MuntasirSZN/affs-read"
edition = "2024"
keywords = ["amiga", "filesystem", "adf", "affs", "no_std"]
license = "MIT"
name = "affs-read"
readme = "README.md"
version = "0.3.1"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"