* Make methods static.
* Fix a call.
* Fix examples.
* Fix examples.
* Fix rest of examples.
* Fix yew-functional.
* Fix interval service example.
* Fix webgl example.
* Fix dialogue service example.
* Use `Default` trait instead of `new()` in `npm_and_rest` example.
* Use `Default` trait instead of `new()` in `npm_and_rest` example.
* Remove use of the `Option` algebraic data type.
* Fix clippy warnings.
* conditially require serialize
* we're using a trait alias and a clearer implementation of the constraints
* after merging with separated agent
* no trait aliases :(
* specialized the types for Drop a bit
* added an additional constraint on an agent
* emitted with fmt fixes
* dropped the useless debug constraint on the input
* fix stdweb examples
* dropped unneeded debug constraints
* linter