Crate libytdlr

Crate libytdlr 

Source
Expand description

Library of “YTDL-Rust”, contains all the logic needed for the binary

Re-exports§

pub use error::Error;
pub use chrono;
pub use diesel;

Modules§

data
Module for all common Data, like structs & their implementations
error
Module for the Error type this library uses
main
Module for all the main functionality in the library (to keep everything sorted)
spawn
index of spawning commands
utils
Module for utility functions, that may be used in various other modules

Functions§

invoke_vscode_debugger
Debug function to start vscode-lldb debugger from external console. Only compiled when the target is “debug”.