-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add async constructors for GitOid. (#110)
This commits adds two new constructors for `GitOid` to build new GitOIDs from async readers, with or without an expected length being provided. This was pretty easy! I've generally stayed away from doing async things because of the general vibe that it's kinda finicky / difficult. I'm happy this was so simple to do. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information
1 parent
ed8b79a
commit 4bfdc8f
Showing
2 changed files
with
122 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters