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 #activity-stream

Download history 474/week @ 2024-12-15 196/week @ 2024-12-22 306/week @ 2024-12-29 324/week @ 2025-01-05 494/week @ 2025-01-12 487/week @ 2025-01-19 340/week @ 2025-01-26 499/week @ 2025-02-02 632/week @ 2025-02-09 478/week @ 2025-02-16 482/week @ 2025-02-23 579/week @ 2025-03-02 578/week @ 2025-03-09 530/week @ 2025-03-16 474/week @ 2025-03-23 596/week @ 2025-03-30

2,226 downloads per month
Used in 14 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–3MB
~58K SLoC