epub_stack/
lib.rs

1//! EPUB Stack
2//!
3//! This crate name is reserved for **EPUB Stack**, a modern Rust implementation
4//! of the EPUB standard (OCF, OPF, NAV, CFI, SMIL, and more).
5//!
6//! The public API is still under design. Expect breaking changes before 0.1.0.
7
8/// Temporary placeholder so the crate builds successfully.
9pub fn placeholder() {
10    // Intentionally empty.
11}