-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
Several crates have copy-and-paste boilerplate documentation which ultimately shows how to use a trait-based API, but giving concrete examples for a particular algorithm.
It seems like we could potentially use macros to write #![doc]
or #[doc]
depending on context, and potentially accepting a type name to customize a specific example. After that it can use concat!
to assemble the documentation, which should even make it possible to emit full code examples, but customized to algorithm-specific type names.
Metadata
Metadata
Assignees
Labels
No labels