nblm-core 0.2.2

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

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