writing 0.2.1

Writing, is a simple tool for code-document sync.
Documentation
1
2
3
4
pub use parser::parse;

pub mod parser;
pub mod ast;