Bodil Stokke
|
dbb4ba8738
|
2018 edition.
|
2019-03-15 23:37:20 +00:00 |
Bodil Stokke
|
818c8ebdac
|
Make it generic on event type, determined by output type.
Unfortunately, this means the macro now requires a type annotation when
using event handlers.
Closes #6, #17.
|
2018-12-01 18:33:34 +00:00 |
David Tolnay
|
893566118d
|
Remove proc_macro_hygiene feature
|
2018-11-18 02:45:06 -08:00 |
Bodil Stokke
|
276ba31432
|
Documentation++.
|
2018-11-17 20:38:07 +00:00 |
Bodil Stokke
|
28513b93e9
|
Docs and cleanups.
|
2018-11-17 14:25:32 +00:00 |
Bodil Stokke
|
001a7ba016
|
Parameterise nodes etc on output type, so we can type event handlers based on it.
With this, Node<String> only accepts event handlers implemented
for String, etc. No danger of trying to stringify functions and vice versa.
|
2018-11-16 23:33:11 +00:00 |
Bodil Stokke
|
2b95530637
|
Better event handler conversion.
|
2018-11-16 00:34:13 +00:00 |
Bodil Stokke
|
a9dc58da9c
|
Event handlers!
|
2018-11-15 23:25:38 +00:00 |