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

#9 in #activity-stream

Download history 467/week @ 2024-01-11 368/week @ 2024-01-18 573/week @ 2024-01-25 376/week @ 2024-02-01 331/week @ 2024-02-08 390/week @ 2024-02-15 403/week @ 2024-02-22 492/week @ 2024-02-29 455/week @ 2024-03-07 378/week @ 2024-03-14 462/week @ 2024-03-21 436/week @ 2024-03-28 444/week @ 2024-04-04 409/week @ 2024-04-11 415/week @ 2024-04-18 277/week @ 2024-04-25

1,637 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

~1.8–2.9MB
~85K SLoC