tket-json-rs 0.4.2

Serializable definition of TKET circuits and operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# List the available commands
help:
    @just --list --justfile {{justfile()}}

# Run all the rust tests
test:
    cargo test --all-features

# Auto-fix all clippy warnings
fix:
    cargo clippy --all-targets --all-features --workspace --fix --allow-staged

# Check for missing optypes
check-optypes:
    poetry -C tests update
    poetry -C tests run -- cargo test -- --ignored missing_optypes