asudox@lemmy.world to Programming@programming.dev · 8 months agoHow hard is it to implement ActivityPub into your Rust website?message-squaremessage-square7fedilinkarrow-up146arrow-down10
arrow-up146arrow-down1message-squareHow hard is it to implement ActivityPub into your Rust website?asudox@lemmy.world to Programming@programming.dev · 8 months agomessage-square7fedilink
minus-squaresyd@lemy.lollinkfedilinkarrow-up21·8 months agoThere is a crate which maintained by @nutomic@lemmy.ml: https://crates.io/crates/activitypub_federation I believe it should be compatible with other projects 🤔
minus-squareonlinepersona@programming.devlinkfedilinkEnglisharrow-up12arrow-down4·8 months ago👆 It’s literally what Lemmy is built upon @Asudox@lemmy.world CC BY-NC-SA 4.0
There is a crate which maintained by @nutomic@lemmy.ml: https://crates.io/crates/activitypub_federation
I believe it should be compatible with other projects 🤔
👆 It’s literally what Lemmy is built upon @Asudox@lemmy.world
CC BY-NC-SA 4.0
Thanks. Will check it out.