-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
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
Rust slice #10
Comments
You could use |
Yeah this is the main thing holding me back at the moment myself, I have code I'd like to port to use I started looking into what an implementation would take, and I don't think it would be too difficult to get something working, but unfortunately I can't spare the time at the moment, so I'll have to revisit in a few weeks and see if things are still in limbo. RE: |
I made an attempt at some progress here: #117 |
|
Maybe
std::span
could be used as the translation of a Rust sliceThe text was updated successfully, but these errors were encountered: