web_panic_report 0.3.0

A panic hook which replaces an HTML element with a bug report form.
Documentation
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
/Cargo.lock

# Generated by Cargo
# will have compiled files and executables
/target/

# Generated by Trunk
dist/

# These are backup files generated by rustfmt
**/*.rs.bk

# Some people use VSCode
/.vscode/

# Some people use IntelliJ with Rust
/.idea/
*.iml

# Some people use pre-commit
.pre-commit-config.yaml
.pre-commit-config.yml

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Some people have Apple
.DS_Store

# Generated on wasm-pack failure
**/unsupported.js