I see there are some static website generators written in #Rust, which do everything in a single binary.
What about the exact opposite of that? A highly extensible #SSG *library*, which one uses by writing a Rust program that configures and runs it, including closures that do whatever custom processing is needed.
Since any sufficiently real-world website is going to need custom processing of some kind, this seems like the only way to make a practical Rust SSG.
Thoughts?