jumpcut 0.8.1

JumpCut is a library and CLI for converting Fountain-formatted text files into FDX and HTML formats.
Documentation
1
2
3
4
5
6
#[cfg(feature = "fdx")]
pub(crate) mod fdx;
#[cfg(feature = "html")]
pub(crate) mod html;
#[cfg(any(feature = "fdx", feature = "html"))]
pub(crate) mod shared;