Replies: 1 comment
-
Thank you for the kind words! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanna say -- I really like nanobind!
It's a library that does something hard and complicated in a very nice way -- and it's really great! I just encountered a subtle problem related to trying to "move" a value (which was wrapped with the nanobind init and thus allocated by the python allocator) from python to cpp and nanobind saved my butt from a world of pain that I never would have figured out by erroring out in this case (when it probably would've been easier for the implementers to do something wrong that either would've crashed or slowly corrupted things in potentially subtle ways)
Thanks so much for this library!
Beta Was this translation helpful? Give feedback.
All reactions