sauron 0.60.6

A versatile web framework and library for building client-side and/or server-side web applications
Documentation
# Notes

## Publishing to crates.io

Publish the crates in the following order:
 1. sauron-core
 2. sauron-node-macro
 3. sauron

All of the crates must bump to the version number whenever any of the crate changed.


## Limitations of wasm_bindgen macro.
 - Does not support generics yet.
 - methods can not be simultaneously a getter and static