-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate buffer handling for info and format access. (#281)
* use info-local buffer * add values to constructor * impl drop for Info * lifetimes * record reference does not need to be mut * api tuning * Move buffer along with values so that slices do not outlive the buffer. * fmt * also use separate buffers for format data. * go back to previously pinned htslib commit
- Loading branch information
1 parent
6565a10
commit 588a85d
Showing
4 changed files
with
286 additions
and
77 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
Oops, something went wrong.