softprops / shiplift

🐳 🦀 rust interface for maneuvering docker containers
MIT License
624 stars 119 forks source link

Image::import argument tarball is now generic #253

Closed vv9k closed 3 years ago

vv9k commented 3 years ago

What did you implement:

I made the argument of Image::import generic so that it's nicer to call.

Closes: #249

How did you verify your change:

Tested example import that uses this method and confirmed that it correctly import images from a tarball.

What (if anything) would need to be called out in the CHANGELOG for the next release:

It doesn't seem to be a breaking change or anything. Perhaps a note that this function is now generic over Read + Send + 'a