Skip to content

Commit

Permalink
0.2.0 - changed fountain_enums, fountain_line, and location_and_lengt…
Browse files Browse the repository at this point in the history
…h pub mod
  • Loading branch information
richardmrodriguez committed May 8, 2024
1 parent 751cd3c commit 9d5eaaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fountain-parser-rs"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "A library to parse Fountain-formatted plain text files."
license = "GPL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

// use fountain_enums::FNRangedElementType;

pub mod fountain_enums;
pub mod fountain_line;
pub mod location_and_length;
pub mod static_fountain_parser;

mod fountain_enums;
mod fountain_line;
mod fountain_partial_line_range;
mod helper_funcs;
mod location_and_length;
mod partial_line_resolver;
mod static_fountain_preparser;

Expand Down

0 comments on commit 9d5eaaa

Please sign in to comment.