nblm-core 0.2.3

Core library for NotebookLM Enterprise API client
Documentation
1
2
3
4
5
6
7
8
9
mod audio;
mod converter;
pub(crate) mod models;
mod notebooks;
mod sources;

pub(crate) use audio::EnterpriseAudioBackend;
pub(crate) use notebooks::EnterpriseNotebooksBackend;
pub(crate) use sources::EnterpriseSourcesBackend;