jumpcut 1.0.0

JumpCut is a library and CLI for converting Fountain-formatted text files into FDX, HTML, JSON, text, and PDF formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(not(target_arch = "wasm32"))]
pub mod diagnostics;
pub mod fdx;
pub mod model;
pub mod pagination;
pub mod parser;
pub mod rendering;
mod text_style_parser;

pub use fdx::parse_fdx;
pub use model::*;
pub use parser::parse;