Logo
Explore Help
Sign In
martials/rust-lib
1
0
Fork 0
You've already forked rust-lib
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
894d5159e56861f8f9f34aad1a35101c7ae595b9
rust-lib/justfile

20 lines
260 B
Makefile
Raw Normal View History

:sparkles: Updated dependencies, nix shell, justfile - Updated all dependencies - Updated Rust edition to 2024 - Nix shell from flake - Added justfile - Mirgrate all changes to various packages
2025-03-07 18:21:23 +01:00
#!/usr/bin/env just --justfile
run:
cargo run
fmt:
:recycle: Removed Makefile, refactored schema in tests
2025-03-08 19:09:43 +01:00
cargo fmt --all
:sparkles: Updated dependencies, nix shell, justfile - Updated all dependencies - Updated Rust edition to 2024 - Nix shell from flake - Added justfile - Mirgrate all changes to various packages
2025-03-07 18:21:23 +01:00
lint:
:recycle: Removed Makefile, refactored schema in tests
2025-03-08 19:09:43 +01:00
cargo clippy --all-targets --all-features -- -D warnings
:sparkles: Updated dependencies, nix shell, justfile - Updated all dependencies - Updated Rust edition to 2024 - Nix shell from flake - Added justfile - Mirgrate all changes to various packages
2025-03-07 18:21:23 +01:00
release:
cargo build --release
test:
cargo test --all-features --workspace
coverage:
cargo llvm-cov
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 64ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API