epub-stack 0.0.1

EPUB Stack: a modern Rust implementation of the EPUB standard. (Name reserved, API under active design.)
Documentation
[lib]
name = "epub_stack"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "text-processing", "api-bindings"]
description = "EPUB Stack: a modern Rust implementation of the EPUB standard. (Name reserved, API under active design.)"
documentation = "https://docs.rs/epub-stack"
edition = "2021"
homepage = "https://elephantladder.dev"
keywords = ["epub", "ebook", "publishing", "parser"]
license = "MIT OR Apache-2.0"
name = "epub-stack"
readme = "README.md"
repository = "https://github.com/elephant-ladder/epub-stack"
version = "0.0.1"