Skip to content

lpil/rustexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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). There's no server-side component at all!

# Setup
cargo install --locked trunk
# Or see <https://trunkrs.dev/#install> 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks