inkling 0.9.1

Limited implementation of the Ink markup language.
Documentation
mod parse;
mod process;
mod story;
mod utils;

pub use story::{read_story_from_string, Choice, Line, LineBuffer, Prompt, Story};
pub use utils::copy_lines_into_string;