kochab/src
Emi Tatsuo 7990739884
Move the handler type to it's own mod, change to an enum
The new enum can be converted to from anything that could previously be passed to
add_route, so this is not a breaking change.  If fact, from the end user's perspective,
nothing changed, but internally, this gives us a lot of potential as far as having
multiple types of routes.
2020-11-23 11:55:40 -05:00
..
types Merge branch 'master' into routes 2020-11-22 21:00:33 +01:00
handling.rs Move the handler type to it's own mod, change to an enum 2020-11-23 11:55:40 -05:00
lib.rs Move the handler type to it's own mod, change to an enum 2020-11-23 11:55:40 -05:00
routing.rs Cleanup typos in routes docs 2020-11-20 23:51:22 -05:00
types.rs implement document API 2020-11-14 09:55:21 +01:00
util.rs Move the handler type to it's own mod, change to an enum 2020-11-23 11:55:40 -05:00