| Crates.io | rustwell |
| lib.rs | rustwell |
| version | 0.1.0 |
| created_at | 2025-12-26 22:09:05.937344+00 |
| updated_at | 2025-12-26 22:09:05.937344+00 |
| description | A library for parsing and compiling fountain screenplay scripts. |
| homepage | |
| repository | https://github.com/frblo/rustwell |
| max_upload_size | |
| id | 2006341 |
| size | 439,968 |
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.
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.