epub-stack 0.0.1

EPUB Stack: a modern Rust implementation of the EPUB standard. (Name reserved, API under active design.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "epub-stack"
version = "0.0.1"
edition = "2021"

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

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