mdquery-rs 0.2.1

A Rust binding library for macOS Spotlight search using Metadata Query API
Documentation
1
2
3
4
5
#[cfg(any(target_vendor = "apple", docsrs))]
mod apple;

#[cfg(any(target_vendor = "apple", docsrs))]
pub use apple::*;