6 releases
0.3.0 | Dec 7, 2022 |
---|---|
0.2.1 | Mar 31, 2022 |
0.2.0 | Jan 17, 2022 |
0.1.3 | Jan 11, 2022 |
0.1.2 | Nov 19, 2021 |
#23 in #activity-pub
3,768 downloads per month
Used in 13 crates
(via activitypub_federation)
15KB
130 lines
activitystreams-kinds
Enums representing typed versions of activitypub 'type' fields. Kinds of activities defined by the spec
These types exist only to be statically-typed versions of the associated string. e.g.
CreateType
-> "Create"
Kinds of actors defined by the spec
These types exist only to be statically-typed versions of the associated string. e.g.
PersonType
-> "Person"
Kinds of collections defined by the spec
These types exist only to be statically-typed versions of the associated string. e.g.
CollectionType
-> "Collection"
Kinds of links defined by the spec
These types exist only to be statically-typed versions of the associated string. e.g.
MentionType
-> "Mention"
Kinds of objects defined by the spec
These types exist only to be statically-typed versions of the associated string. e.g.
PlaceType
-> "Place"
Dependencies
~2.1–3.5MB
~58K SLoC