Skip to content

A Rust asynchronous library for Docker Registry API v2

Notifications You must be signed in to change notification settings

lucab/dkregistry-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dkregistry-rs

dkregistry is a Rust library for asynchronous interaction with container registries conformant to the Docker Registry HTTP API V2 specification.

Testing

This library relies on mockito for tests and mocking, which is not multi-thread aware.

As such, tests should be run serially via:

cargo test -- --test-threads=1

About

A Rust asynchronous library for Docker Registry API v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%