solrstice 0.15.1

A Solr 8+ client
Documentation
1
2
3
4
5
lazy_static::lazy_static! {
    pub(crate) static ref RUNTIME: tokio::runtime::Runtime = {
        tokio::runtime::Runtime::new().expect("Failed to create runtime for blocking calls")
    };
}