sara-core 0.5.2

Core library for Sara - Requirements Knowledge Graph CLI
Documentation
1
2
3
4
5
6
7
//! Repository scanning and file operations.

pub mod git;
mod scanner;

pub use git::{GitReader, GitRef, get_repo_root, is_git_repo};
pub use scanner::{parse_directory, parse_repositories, scan_directory};