starsector 1.0.1

Org mode structural parser/emitter with an emphasis on modularity and avoiding edits unrelated to changes.
Documentation
1
2
3
4
5
6
7
8
9
mod builder;
mod parser;
mod timestamp;
mod value;

pub use builder::*;
pub use parser::*;
pub use timestamp::*;
pub use value::*;