JanetRS - Janet high-level bindings for Rust: version 0.7.0 #1426
GrayJack
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
How is integrating with a GC from Rust? I've heard it's a real headache unless everything is |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I just released a new version of JanetRS. In this one, the changelog is more on the small side, so here it is
Changes
JanetArgs::get_unwraped
toJanetArgs::get_unwrapped
FileFlags::is_serializeble
toFileFlags::is_serializable
JanetAbstract::take
methodJanetAbstract::into_inner
methodJanetTuple::{sourcemap, set_sourcemap}
methodsJanetAbstract::new
JanetArray::as_{ref,mut}
methodsI have been off for a couple of months now, so I intend to see what changed in the C public API, add the methods, and make improvements to the library, but I wanted to release the UB fix and the breaking changes soon.
Beta Was this translation helpful? Give feedback.
All reactions