Skip to content
/ rustexp Public
forked from lpil/rustexp

A Rust regular expression editor and tester that runs entirely within the browser! Modified to use the fancy-regex library.

License

Notifications You must be signed in to change notification settings

kailan/rustexp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! Modified to use the fancy-regex library.

Resources

License

Stars

Watchers

Forks

Languages

  • Rust 38.9%
  • HTML 34.8%
  • CSS 24.3%
  • Makefile 2.0%