dook 0.3.1

Look up definitions in your code
Documentation
mod config;
mod downloads_policy;
mod ipynb;
mod language_aliases;
mod language_name;
mod loader;
mod multi_line_string;
mod query_compiler;
mod range_union;
mod subfiles;

pub mod dep_resolution;
pub mod inputs;
pub mod main_search;
pub mod searches;

pub use config::{
	ConfigLoader,
	ConfigParseError,
	app_dirs,
	default_config_path,
	DEFAULT_CONFIG,
};
pub use downloads_policy::{
	DownloadsPolicy,
	downloads_policy_path,
	get_downloads_policy,
	get_downloads_policy_from_path,
};
pub use language_name::LanguageName;
pub use loader::{Loader, LoaderError};
pub use range_union::RangeUnion;
pub use query_compiler::{QueryCompiler, QueryCompilerError};