packages feed

willow-0.1.0.0: README.md

# About

`willow` is the backbone of the HTML rendering framework used by the eponymous 
Willow browser suite; it provides both the underlying data structures, and 
later formats them for display.  In this, it is somewhat language-agnostic, 
so that both a (very basic) HTML page and a (coerced) Gemini response would 
have similar representations and be rendered through the same pathway.

This readme is rather sparse, as it has been written for a subfolder of the 
complete repository; for full info on the project, see the primary readme in 
either [this directory](README.project.md), [its parent](../README.md), or the 
[online host](https://code.eitilt.life/src/willow/README.md), whichever of 
those links may work.