#!/bin/bash # Gen docs cargo doc --no-deps --document-private-items # Remove wasm-bindgen items from HTML find target/doc/opentally -type f -print0 | xargs -0 perl -0777 -i -pe 's#