| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remind: Remove sleep debug messages | Jokler | 2018-05-13 | 1 | -1/+0 |
| | | |||||
| * | Use Error & ErrorKind pair instead of simple enums | Jokler | 2018-03-02 | 1 | -3/+83 |
| | | | | | | | | | | | | | Each plugin should define its own errors with a respective variant in the main ErrorKind of frippy. A new procedural macro was added to reduce the boilerplate required for new error system. It can be used by deriving "Error" and adding a name for the Error via the "error" attribute. So far non of the plugins except for Url and Factoids use their own errors yet. | ||||
| * | Add Database trait to be used by the Factoids plugin | Jokler | 2017-12-24 | 1 | -1/+3 |
| | | |||||
| * | Rename plugin_derive to frippy_derive | Jokler | 2017-11-30 | 1 | -0/+27 |
