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

#5 in #activitypub

Download history 435/week @ 2024-11-15 473/week @ 2024-11-22 373/week @ 2024-11-29 388/week @ 2024-12-06 463/week @ 2024-12-13 233/week @ 2024-12-20 309/week @ 2024-12-27 263/week @ 2025-01-03 530/week @ 2025-01-10 473/week @ 2025-01-17 335/week @ 2025-01-24 466/week @ 2025-01-31 518/week @ 2025-02-07 589/week @ 2025-02-14 451/week @ 2025-02-21 598/week @ 2025-02-28

2,232 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
~56K SLoC