aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Repo URLHEADv0.1.1mainAndreas Grois2025-08-311-3/+3
|
* Add build step for examples.Andreas Grois2023-04-031-0/+2
| | | I completely forgot to add this step to the build process.
* Merge pull request #1 from soulsource/feature/workflowsAndreas Grois2023-04-031-0/+36
|\ | | | | Set up Workflows
| * Set up WorkflowsAndreas Grois2023-04-031-0/+36
|/
* Remove applicative keyword from cargo.tomlv0.1.0Andreas Grois2023-04-021-1/+1
|
* Update readme with copyright notice.Andreas Grois2023-04-021-2/+8
|
* Example: Fix inconsistency in cashier handling.Andreas Grois2023-04-022-4/+10
|
* Minor changes to documentation.Andreas Grois2023-04-022-11/+21
|
* Run cargo fmtAndreas Grois2023-04-0212-493/+623
| | | | I think readability was better before that...
* I, for one, welcome our new clippy overlordsAndreas Grois2023-04-0213-308/+261
|
* Minor docs updateAndreas Grois2023-04-021-3/+10
|
* Example project is now runnable.Andreas Grois2023-04-025-149/+265
|
* Example: Initial draft of the storyAndreas Grois2023-04-024-0/+634
|
* Add integration test for trivial case with lifetime dependencyAndreas Grois2023-03-281-0/+37
|
* Update ReadmeAndreas Grois2023-03-241-2/+5
|
* 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-232-6/+41
|
* Some documentation (unfinished) and unit tests.Andreas Grois2023-03-221-11/+230
|
* Multiple generic parameters now with lifetimes.Andreas Grois2023-03-213-23/+125
|
* Partial support for multiple generic parameters.Andreas Grois2023-03-202-20/+102
|
* First few integration tests: trivial typesAndreas Grois2023-03-184-6/+232
|
* Update Readme to reflect latest API changes.Andreas Grois2023-03-161-2/+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-132-138/+125
| | | | | | 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.
* Add README.Andreas Grois2023-03-051-0/+145
|
* Initial commit.Andreas Grois2023-03-054-0/+553
The code is kinda working, but it's missing documentation and tests.