Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/similar/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 582 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

all: test

build:
 @cargo build --all-features

doc:
 @cargo doc --all-features

test:
 @cargo test
 @cargo test --all-features
 @cargo test --no-default-features
 @cargo test --no-default-features --features bytes

.PHONY: wasi-test
wasi-test:
 @cargo test --all-features --target=wasm32-wasip1 -- --nocapture

format:
 @rustup component add rustfmt 2> /dev/null
 @cargo fmt --all

format-check:
 @rustup component add rustfmt 2> /dev/null
 @cargo fmt --all -- --check

lint:
 @rustup component add clippy 2> /dev/null
 @cargo clippy

.PHONY: all doc test format format-check lint

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-08-25]