Skip to main content

max / quasi

Point the last three crates at the wiki quasi-basics, quasi-notifs and quasi-bench carried no `<!-- wiki: slug -->` marker, so nine of twelve crates were bridged and three were not. The map in the wiki had no quasi row at all; it has one now.
Author: Max Johnson <me@maxj.phd> · 2026-09-03 13:03 UTC
Signed with PGP, not checked
Commit: e6099b01cb1128b0ed32200fe4087a4287069922
Parent: 71c8794
3 files changed, +6 insertions, -0 deletions
@@ -1,5 +1,7 @@
1 1 //! The first-party widget set.
2 2 //!
3 + //! <!-- wiki: quasi-overview -->
4 + //!
3 5 //! A widget is an assembly of primitives under a name. `makeover-layout` grew
4 6 //! [`Region::Widget`](makeover_layout::Region::Widget) at 0.20.0 to make one
5 7 //! sayable; this crate is where ours live.
@@ -1,5 +1,7 @@
1 1 //! What a described screen costs to render.
2 2 //!
3 + //! <!-- wiki: quasi-overview -->
4 + //!
3 5 //! Four renderers sit on one description layer, so a cost introduced in the
4 6 //! description tier is paid by all of them at once.
5 7 //!
@@ -1,6 +1,8 @@
1 1 //! What a notification says and what it is for, apart from how it reaches a
2 2 //! person.
3 3 //!
4 + //! <!-- wiki: quasi-overview -->
5 + //!
4 6 //! The same three questions — is this kind on, what are its knobs, when does it
5 7 //! fire — have to be answered on a webview, a terminal and egui. That is the
6 8 //! argument every other quasi member rests on, and it is why this is a crate