max / makenotwork
1 file changed,
+6 insertions,
-0 deletions
| @@ -22,6 +22,12 @@ | |||
| 22 | 22 | //! Hierarchy queries use `LIKE` prefix matching, which works identically on SQLite | |
| 23 | 23 | //! and PostgreSQL. Use [`like_descendant_pattern`] to build the pattern and | |
| 24 | 24 | //! [`escape_like`] to sanitize user input embedded in patterns. | |
| 25 | + | //! | |
| 26 | + | //! # Design | |
| 27 | + | //! | |
| 28 | + | //! The cross-app config model and the full design live in `docs/architecture.md` | |
| 29 | + | //! and, for the ecosystem view, the maintainer wiki. | |
| 30 | + | //! <!-- wiki: tagtree-overview --> | |
| 25 | 31 | ||
| 26 | 32 | use std::fmt; | |
| 27 | 33 |