matsadler / magnus

Ruby bindings for Rust. Write Ruby extension gems in Rust, or call Ruby from Rust.
https://docs.rs/magnus/latest/magnus/
MIT License
682 stars 35 forks source link

serde_magnus discontinued? #82

Closed gintama91 closed 1 year ago

gintama91 commented 1 year ago

not totally related to magnus but idk any better place to ask about this refering to https://github.com/matsadler/magnus/pull/47

i tried searching for forks but can't find any , does anyone know what happened?

matsadler commented 1 year ago

I don't know what happened, but I hope the author is doing ok.

I do happen to have a reasonably recent local checkout of the code, which I have pushed to ~https://github.com/matsadler/serde-magnus~ [Edit: removed, see https://github.com/OneSignal/serde-magnus ], but I don't have any plans to maintain it. If the original author is reading this and you'd prefer I take this down, comment here, or my email address is on my GitHub profile.

If anyone takes up maintenance of that crate, let me know and I can link it from the Magnus readme/docs.

jwilm commented 1 year ago

OneSignal is starting to work with serde-magnus, and I wanted to share that we published an update to crates.io to bring the magnus version up to 0.6.2. The code is currently under the OneSignal org.

We are not yet using the code in prod, and I can't make any guarantees that we will maintain it in the long term, but for the time being we are happy to maintain and work with the community to fix issues and accept patches.

matsadler commented 1 year ago

Great! I've linked to it from the readme and docs (though I've not done a release, so you won't see the links on crates.io/docs.rs til I do).