searchfox-lib 0.10.6

Library for searchfox.org API access
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod blame;
pub mod call_graph;
pub mod client;
pub mod definition;
pub mod field_layout;
pub mod file_reader;
pub mod search;
pub mod types;
pub mod utils;

pub use blame::parse_commit_header;
pub use client::SearchfoxClient;
pub use search::{CategoryFilter, SearchOptions};
pub use types::*;
pub use utils::searchfox_url_repo;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");