Expand description
§ActivityForge
An implementation of the ForgeFed specification in Rust.
Enables federating git forges over the ActivityPub protocol, allowing collaboration among independently hosted instances.
§Development Status
ActivityForge is currently in a pre-alpha release state, and under heavy development.
Many of the data structures are in place, however there is still a LOT left to be done.
See the ROADMAP.md file for details.
§Fuck AI
This crate was made with 100% human engineering, entirely without the aid of LLMs.
Re-exports§
pub use activity::*;pub use actor::*;pub use object::*;pub use vocabulary::*;
Modules§
Macros§
- impl_
sql_ list_ field - Helper function to implement SQL functions for field list types.
- impl_
sql_ record - Helper macro to define common functionality for SQL record types.
- paste
Structs§
- Sha1
Hash - Represents a SHA-1 hash.
- Sha256
Hash - Represents a SHA-256 hash.