percy 0.0.1

A modular toolkit for building isomorphic web apps with Rust + WebAssembly
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 229.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chinedufn

Percy Build Status docs

A modular toolkit for building isomorphic web apps with Rust + WebAssembly

percy cargo documentation <--- TODO... publish

Initial Background / Motivation

TODO...

Getting Started

TODO...

link to mdbook...

Running the example isomorphic web app locally

git clone https://github.com/chinedufn/percy
cd percy
./examples/isomorphic/start.sh

Now visit http://127.0.0.1:7878 !

Contributing

Please open issues / PRs explaining your intended use case and let's see if we should or shouldn't make percy support it!

Also feel free to open issues and PRs with any questions / thoughts that you have!

To test

TODO... make this a script so that we can run the JSDOM tests also

cargo test --all

See Also

License

MIT