nblm-core 0.1.2

Core library for NotebookLM Enterprise API client
Documentation
1
2
3
4
5
6
7
8
9
pub mod audio;
pub mod list;
pub mod share;
pub mod source;

pub use audio::*;
pub use list::*;
pub use share::*;
pub use source::*;