-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare collection proxy - Remove type alias `MatchArgs` - Add `ObjectMatchRule` and `ObjectMatchRuleBuilder` - Add `IntoIterator` for `SateSet` and for `InterfaceSet` - Add `FromIterator` for `StateSet` and for `InterfaceSet`, to `.collect` into a set. * Update type validation table - `Live` is now known as `Politeness` - `ObjectMatchRule` not verifiable due to `State` and `Role` being defined inconsistently. * Implement `Default` `InterfaceSet` * Introduce `object_match` module and move all `ObjectMatchRule` related items there. * Fix docs on `SortOrder` * Add module level docs to CollectionProxy * Document `get_active_descendant` * Document `get_matches` * Document `get_matches_from` * Document `get_matches_to`
- Loading branch information
1 parent
6cbe950
commit f619312
Showing
6 changed files
with
491 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.