#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 467/week @ 2024-07-21 413/week @ 2024-07-28 303/week @ 2024-08-04 359/week @ 2024-08-11 200/week @ 2024-08-18 286/week @ 2024-08-25 196/week @ 2024-09-01 860/week @ 2024-09-08 916/week @ 2024-09-15 7766/week @ 2024-09-22 1188/week @ 2024-09-29 925/week @ 2024-10-06 1086/week @ 2024-10-13 952/week @ 2024-10-20 1056/week @ 2024-10-27 525/week @ 2024-11-03

3,729 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