Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 321 Bytes

File metadata and controls

16 lines (11 loc) · 321 Bytes

Rustree

Explore Rust syntax trees, entirely in your browser. Built with rust-analyzer and Wasm :)

Local development

$ wasm-pack build --release
$ cd www && yarn run build
$ xdg-open www/dist/index.html

License

This project is licensed under the MIT License. Do whatever you want with it.