1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
:
# Default: format, lint, and test.
:
# Compile the library.
:
# Run the full test suite (unit, integration, and doctests).
:
# Run tests with all features enabled (includes serde round-trip tests).
:
# Type-check without producing binaries (fast feedback).
:
# Format the code in place.
:
# Verify formatting without modifying files (for CI).
:
# Lint with clippy across all features, treating warnings as errors.
:
# Build the API documentation.
:
# Run benchmarks.
:
# Remove build artifacts.
:
# What CI should run: formatting, lints, and tests (default + all features).
: