Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T13:42:29.000Z (about 1 year ago)
- Last Synced: 2024-10-13T22:55:42.722Z (about 1 month ago)
- Topics: regex, rust, wasm, web, webassembly
- Language: Rust
- Homepage: https://rustexp.lpil.uk
- Size: 1.51 MB
- Stars: 122
- Watchers: 5
- Forks: 19
- Open Issues: 6
-
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.