jaws 1.0.3

JSON Algorithms and Web Signing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Helpers for testing JAWS

test:
    @echo "Running tests..."
    cargo hack test --feature-powerset --group-features ecdsa,p256,p384,p521

check:
    @echo "Checking..."
    cargo hack check --feature-powerset --group-features ecdsa,p256,p384,p521

doc:
    @echo "Building docs..."
    cargo doc --all-features