rustwell

Crates.iorustwell
lib.rsrustwell
version0.1.0
created_at2025-12-26 22:09:05.937344+00
updated_at2025-12-26 22:09:05.937344+00
descriptionA library for parsing and compiling fountain screenplay scripts.
homepage
repositoryhttps://github.com/frblo/rustwell
max_upload_size
id2006341
size439,968
Emil Hultcrantz (Frequinzy)

documentation

README

Rustwell

Like Fountain, but written in Rust and it works well.

Rustwell is a library for creating formatted screen- and stageplays, based on Fountain. The crate introduces both a Fountain parser, but also the intermediary AST and a few ways of exporting different kinds of documents.

Usage

Add this dependency to your Cargo.toml:

[dependencies]
rustwell = "0.1.0"

and then start using the library. Please read the documentation for more details on how to use the library.

Commit count: 0

cargo fmt