nblm-core 0.2.1

Core library for NotebookLM Enterprise API client
Documentation
1
2
3
4
5
6
pub mod checks;

pub use checks::{
    check_commands, check_drive_access_token, check_environment_variables, CheckResult,
    CheckStatus, DiagnosticsSummary,
};