Skip to content

oembo-sse/slang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slang

Dependencies

  • Rust
  • Optional: cargo-watch
    • Can be installed with cargo install cargo-watch
  • Optional: Node.js
  • Optional: Just
    • Can be installed with cargo install just

Running

You should create a new repo with slang-ui as a dependency, or use one of our templates.

But if you just want to play around a bit, you can check out our examples:

# Run the basic-lint example
cargo run --bin basic-lint

# Or run it with cargo-watch which will recompile on file changes
cargo watch -cx "run --bin basic-lint"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published