aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Example: Fix inconsistency in cashier handling.Andreas Grois2023-04-021-3/+4
|
* Minor changes to documentation.Andreas Grois2023-04-021-9/+16
|
* Run cargo fmtAndreas Grois2023-04-021-189/+225
| | | | I think readability was better before that...
* I, for one, welcome our new clippy overlordsAndreas Grois2023-04-021-117/+125
|
* Minor docs updateAndreas Grois2023-04-021-3/+10
|
* More unit tests. That's all of them, I think.Andreas Grois2023-03-241-1/+218
|
* Fix a lifetime issue related to multiple generic parametersAndreas Grois2023-03-231-6/+29
|
* Finish unit tests for independent-lifetime functors.Andreas Grois2023-03-231-1/+49
|
* Minor docs update and addition of one unit test.Andreas Grois2023-03-231-2/+36
|
* Some documentation (unfinished) and unit tests.Andreas Grois2023-03-221-11/+230
|
* Multiple generic parameters now with lifetimes.Andreas Grois2023-03-211-23/+23
|
* Partial support for multiple generic parameters.Andreas Grois2023-03-201-20/+37
|
* First few integration tests: trivial typesAndreas Grois2023-03-181-6/+6
|
* Remaining changes needed for proper lifetime supportAndreas Grois2023-03-161-6/+6
|
* 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.