Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.