Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[pull] main from neon-bindings:main #52

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 3, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Implement type extractors for common container types in the standard library, so that they don't required explicit Boxed wrapping with JsBox in userland.

Container type implementations included in this commit:

- RefCell
  - impl TryIntoJs for RefCell
  - impl TryFromJs for &RefCell
  - impl TryFromJs for Ref
  - impl TryFromJs for RefMut
- Rc
  - impl TryIntoJs for Rc
  - impl TryFromJs for Rc
- Arc
  - impl TryIntoJs for Arc
  - impl TryFromJs for Arc
@pull pull bot added the ⤵️ pull label Feb 3, 2025
@pull pull bot merged commit b1728fa into transparencies:main Feb 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant