scooter-dangle / rustexp

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

Home Page:https://rustexp.lpil.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rustexp

A Rust regular expression editor and tester. It compiles to web assembly and is served from from GitHub pages (from the docs directory). There's no server-side component at all!

# Setup
cargo install -f cargo-web

# Run dev server
cargo web start --auto-reload

# Run tests
cargo test
cargo web test --nodejs

# Build binary
cargo web build

# Deploy
make deploy
git add .
git commit -m 'Deploy'
git push

About

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

https://rustexp.lpil.uk

License:GNU Affero General Public License v3.0


Languages

Language:Rust 38.9%Language:HTML 34.8%Language:CSS 24.3%Language:Makefile 2.0%