oci-client 0.15.0

An OCI implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
set shell := ["powershell.exe", "-c"]

build +FLAGS='--no-default-features --features rustls-tls':
    cargo build {{FLAGS}}

test:
    cargo fmt --all -- --check
    cargo clippy --no-default-features --features rustls-tls
    cargo test --no-default-features --features rustls-tls