justrs

Crates.iojustrs
lib.rsjustrs
version0.1.5
created_at2025-11-16 12:08:14.244218+00
updated_at2025-11-25 16:02:01.078923+00
descriptioninput.txt You can change the justfile I want. It's for Rust only.
homepage
repositoryhttps://github.com/YoungHaKim7/justrs
max_upload_size
id1935450
size30,426
Global Young (YoungHaKim7)

documentation

https://docs.rs/justrs

README

justrs


Crates.io version Download docs.rs docs

justrs

Dependencies

  • just install
cargo install just && cargo install ripgrep

Install

$ git clone https://github.com/YoungHaKim7/justrs

$ cd justrs
 
$ cargo install --path .
  • cargo install
cargo install justrs

just list

$ just -l

Available recipes:
    a SEARCH              # just search "just a <search_str>"(cargo install ripgrep)
    asm METHOD            # cargo asm
    c                     # cargo check(Test Before Deployment)
    clean                 # clean file
    doc                   # cargo doc (documentation preview)
    eos                   # optimized assembly
    es                    # emit asm file
    ex                    # macro show(cargo expand)
    fi                    # final review
    gi                    # .gitignore setting
    hir                   # emit hir file
    llvm                  # emit llvm-ir file
    mir                   # emit mir file
    n                     # nightly setting(faster compilation)
    r                     # cargo run
    rr                    # (optimization)cargo run --release
    rupdate               # rust-analyzer is available in rustup:
    rustupdate            # rust-lang(rustc) update stable
    t                     # cargo test
    tex                   # cargo expand(test --lib)
    tn                    # nightly(cargo nextest run)
    tnp                   # nightly(cargo nextest run --nocapture)
    toolremove TOOLCHAINS # "rustup show" & remove toolchains
    tp                    # cargo test -- --nocapture
    w                     # cargo watch(check & test & run)
    ws                    # cargo watch(simple only run)
    xv STR                # hex view(cat "SEARCH" | rg -i --line-number --color=always "SEARCH"("rg -i <search>"))
    xx                    # hex view("rg -i <search>" | "grep -rni <search>")
Commit count: 0

cargo fmt