Crates.io | rustpub |
lib.rs | rustpub |
version | 0.1.8 |
source | src |
created_at | 2020-01-19 06:23:08.749968 |
updated_at | 2020-02-05 15:47:26.009304 |
description | An implementation of the Activitypub types |
homepage | |
repository | |
max_upload_size | |
id | 199968 |
size | 54,324 |
This is an in-progress implementation of activitypub types.
It is still in the experimental phase and there will be breaking changes every update.
The rustpub::simple
module contains a simplified activitypub type implementation.
It has Object and Link types that have all of the properties of the base and child types combined into one type.
The rustpub::complex
module contains separate types for each activitypub type and uses traits to connect them.
The rustpub::complex
module is not yet usable.