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-up21·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 🤔
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 🤔
Thanks. Will check it out.