aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Partial support for additional lifetime parameters on functors.Andreas Grois2023-03-161-32/+32
|
* Remove dependency on Paste.Andreas Grois2023-03-131-136/+124
| | | | | | Turns out, Rust supports nested fn items. Sooo, the helpers can be defined right inside the functions that need them. In other words, there is no need for a separate module.
* Initial commit.Andreas Grois2023-03-051-0/+164
The code is kinda working, but it's missing documentation and tests.