rustexp

A Rust regular expression editor and tester that runs entirely within the browser!

AGPL-3.0 License

Stars
120

Rustexp

A Rust regular expression editor and tester. It compiles to web assembly and is served from from GitHub pages (built and deployed by a GitHub action). There's no server-side component at all!

# Setup
cargo install --locked trunk
# Or see <https://trunkrs.dev/#install> for other alternatives

# Run dev server
trunk serve

# Run tests
cargo test

# Build release binary
trunk build --release

Deploy contents of ./dist to your location of choice.