We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an interaction between potocpav/npy-rs#15, potocpav/npy-rs#16, and potocpav/npy-rs#17, all of which have effectively been merged in this fork so I can finally work on it!
Basically, potocpav/npy-rs#15 and potocpav/npy-rs#17 added a bunch of benches and tests that wanted to use Cursor<Vec<u8>> (support for which was added in potocpav/npy-rs#16).
Cursor<Vec<u8>>
Don't forget to remove the entries from .gitignore!
.gitignore
The text was updated successfully, but these errors were encountered:
3a3d545
No branches or pull requests
This is an interaction between potocpav/npy-rs#15, potocpav/npy-rs#16, and potocpav/npy-rs#17, all of which have effectively been merged in this fork so I can finally work on it!
Basically, potocpav/npy-rs#15 and potocpav/npy-rs#17 added a bunch of benches and tests that wanted to use
Cursor<Vec<u8>>
(support for which was added in potocpav/npy-rs#16).Don't forget to remove the entries from
.gitignore
!The text was updated successfully, but these errors were encountered: