Crate mdquery_rs
Source - MDItem
- A wrapper around macOS Metadata Item (MDItem).
Provides access to file and directory metadata through the Spotlight metadata framework.
- MDQuery
- A wrapper around macOS Spotlight search query API.
Provides functionality to create and execute metadata queries.
- MDQueryBuilder
- Builder for constructing MDQuery instances with a fluent interface.
- MDQueryCondition
- A structure for building complex, nested query conditions with logical operators.
- MDItemKey
- Metadata attribute keys that can be used in queries.
- MDQueryCompareOp
- Comparison operators for metadata query expressions.
- MDQueryConditionExpression
- Represents either a nested condition or a raw query expression string.
- MDQueryConditionType
- Defines the logical operation to apply when combining multiple expressions.
- MDQueryScope