Skip to main content

max / makenotwork

tagtree: bridge lib.rs to the tagtree-overview wiki note (/dellm) Add a Design section and the greppable `<!-- wiki: tagtree-overview -->` marker so the crate and the maintainer wiki reference each other. Path-free (public crate); the HTML comment renders invisibly in rustdoc. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 15:22 UTC
Commit: 98fb53a3bb6a24c58015a480fa0187da460ca559
Parent: 698c8f9
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