Skip to main content

max / makeover-webview

Say that list is phase B's other half, because it landed src/list.rs landed on 2026-07-30 describing itself as the other half of phase B, while the crate's front page kept saying rows and tables were not here yet. That line is what a reader sees first on docs.rs.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 00:52 UTC
Signed with PGP, not checked
Commit: 7833dd990a2b4ae9a775a9cb336f061eb853aaa7
Parent: 35f53fc
1 file changed, +5 insertions, -1 deletion
M src/lib.rs +5 -1
@@ -42,7 +42,11 @@
42 42 //! function, where the apps need four and have to choose correctly at every
43 43 //! call site.
44 44 //!
45 - //! Rows and tables are the other half and are not here yet.
45 + //! [`list`] is the other half: column tracks, the narrowing rules, and the cell
46 + //! containers a row is made of. It stops at the cell boundary and does not
47 + //! render what goes inside one, on the reasoning in that module. So phase B is
48 + //! now the frame around content in both directions, and what an app still owns
49 + //! is the content itself.
46 50 //!
47 51 //! # What phase A settled, and what it costs
48 52 //!