sara-core 0.1.2

Core library for Sara - Requirements Knowledge Graph CLI
Documentation
1
2
3
4
5
6
7
8
9
10
//! Item initialization service.
//!
//! Provides functionality to initialize new requirement items or add frontmatter
//! to existing documents.

mod options;
pub mod service;

pub use options::InitOptions;
pub use service::{InitError, InitResult, InitService, parse_item_type};