#activity-pub

activitystreams-kinds

Type-safe activitystreams 'type' values

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

Download history 442/week @ 2024-07-19 448/week @ 2024-07-26 285/week @ 2024-08-02 375/week @ 2024-08-09 205/week @ 2024-08-16 291/week @ 2024-08-23 210/week @ 2024-08-30 591/week @ 2024-09-06 979/week @ 2024-09-13 7718/week @ 2024-09-20 1160/week @ 2024-09-27 1045/week @ 2024-10-04 961/week @ 2024-10-11 1071/week @ 2024-10-18 1101/week @ 2024-10-25 529/week @ 2024-11-01

3,768 downloads per month
Used in 13 crates (via activitypub_federation)

GPL-3.0 license

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