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

#1 in #activitypub

Download history 244/week @ 2024-08-29 405/week @ 2024-09-05 1054/week @ 2024-09-12 7661/week @ 2024-09-19 1209/week @ 2024-09-26 1065/week @ 2024-10-03 872/week @ 2024-10-10 1138/week @ 2024-10-17 1035/week @ 2024-10-24 738/week @ 2024-10-31 477/week @ 2024-11-07 473/week @ 2024-11-14 445/week @ 2024-11-21 396/week @ 2024-11-28 340/week @ 2024-12-05 433/week @ 2024-12-12

1,655 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–3MB
~58K SLoC