pub fn derive_project(
manager: &PiConvo,
project: &str,
title: Option<&str>,
config: &DeriveConfig,
) -> Result<Document>Expand description
Derive a Document::Graph from all sessions in a project.
pub fn derive_project(
manager: &PiConvo,
project: &str,
title: Option<&str>,
config: &DeriveConfig,
) -> Result<Document>Derive a Document::Graph from all sessions in a project.