Expand description
This crate contains code that can communicate with GitHub’s artifact API.
See the documentation in the client module for more information.
Structs§
- Artifact
- Backend
Ids - Database
Id - File
Stream - File
Stream Builder - GitHub
Client - GitHub
Queue - GitHub
Queue Acceptor - GitHub
Read Queue - GitHub
Write Queue
Enums§
- Body
- An HTTP Body.
- Read
Response
Traits§
- Queue
Blob - Queue
Connection - Seekable
Stream - Enable a type implementing
AsyncReadto be consumed as if it were aStreamofBytes.
Type Aliases§
- Azure
Result - A convenience alias for
Resultwhere the error type is hard coded toError