https://github.com/lpil/rustexp
A Rust regular expression editor and tester that runs entirely within the browser!
https://github.com/lpil/rustexp
regex rust wasm web webassembly
Last synced: 11 months ago
JSON representation
A Rust regular expression editor and tester that runs entirely within the browser!
- Host: GitHub
- URL: https://github.com/lpil/rustexp
- Owner: lpil
- License: agpl-3.0
- Created: 2018-03-11T17:05:25.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T13:42:29.000Z (over 2 years ago)
- Last Synced: 2025-04-02T02:21:38.367Z (about 1 year ago)
- Topics: regex, rust, wasm, web, webassembly
- Language: Rust
- Homepage: https://rustexp.lpil.uk
- Size: 1.51 MB
- Stars: 124
- Watchers: 4
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/lpil/rustexp/actions)). There's no
server-side component at all!
```sh
# Setup
cargo install --locked trunk
# Or see 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.