asudox@lemmy.world to Programming@programming.dev · 1 year agoHow hard is it to implement ActivityPub into your Rust website?message-squaremessage-square6linkfedilinkarrow-up146arrow-down10
arrow-up146arrow-down1message-squareHow hard is it to implement ActivityPub into your Rust website?asudox@lemmy.world to Programming@programming.dev · 1 year agomessage-square6linkfedilink
minus-squaresyd@lemy.lollinkfedilinkarrow-up22·1 year 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.devBannedlinkfedilinkEnglisharrow-up12arrow-down4·edit-29 months agoRemoved by mod
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 🤔
Removed by mod
Thanks. Will check it out.