sauron 0.51.0

A versatile web framework and library for building client-side and/or server-side web applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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