| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| examples/ | 04-Jul-2025 | - | 49 | 40 | ||
| src/ | 04-Jul-2025 | - | 88 | 59 | ||
| .android-checksum.json | D | 04-Jul-2025 | 1 KiB | 1 | 1 | |
| .cargo-checksum.json | D | 04-Jul-2025 | 662 | 1 | 1 | |
| Android.bp | D | 04-Jul-2025 | 948 | 36 | 32 | |
| Cargo.lock | D | 04-Jul-2025 | 3.2 KiB | 125 | 109 | |
| Cargo.toml | D | 04-Jul-2025 | 2.5 KiB | 109 | 96 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 202 | 169 | |
| LICENSE-APACHE | D | 04-Jul-2025 | 11.1 KiB | 202 | 169 | |
| METADATA | D | 04-Jul-2025 | 431 | 18 | 17 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| README.md | D | 04-Jul-2025 | 854 | 19 | 11 | |
| cargo_embargo.json | D | 04-Jul-2025 | 47 | 5 | 4 |
README.md
1# predicates-tree 2 3> Render **boolean-valued predicate functions** results as a tree. 4 5[](https://dev.azure.com/assert-rs/assert-rs/_build/latest?definitionId=1&branchName=master) 6[](https://docs.rs/predicates-tree) 7 8[](https://crates.io/crates/predicates-tree) 9 10[Changelog](https://github.com/assert-rs/predicates-rs/blob/master/predicates-tree/CHANGELOG.md) 11 12 13## License 14 15`predicates-tree` is distributed under the terms of both the MIT license and the 16Apache License (Version 2.0). 17 18See LICENSE-APACHE, and LICENSE-MIT for details. 19