cartulary 0.3.0-alpha.1

The knowledge layer of your project — decisions, issues, docs, all in one place.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod event;
mod frontmatter;
pub mod severity_serde;
pub mod status_category_serde;

pub use event::{EventLogSer, RawEvent, RawEventAction};
pub use frontmatter::{RawDrFrontmatter, RawIssueFrontmatter, RawLinkEntry};

// Re-export under the original module names used in `#[serde(with = "...")]` attributes.
pub use severity_serde as severity;
pub use status_category_serde as status_category;