pouch 0.0.4-alpha

Rust PouchDB bindings for WASM
Documentation

Pouch - Rust bindings for PouchDB

PAY ATTENTION: NOT READY FOR USE

Rust bindings to make PouchDB available for usage with Yew and other browser-based Rust frameworks.

Test

Launch all wasm-bindgen-test based tests with Node.js:

wasm-pack test --node

Examples

Yew

Take a look to the Yew example.