#activitystreams #activitypub

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

#2678 in Network programming

Download history 383/week @ 2023-01-31 314/week @ 2023-02-07 283/week @ 2023-02-14 765/week @ 2023-02-21 200/week @ 2023-02-28 169/week @ 2023-03-07 205/week @ 2023-03-14 238/week @ 2023-03-21 134/week @ 2023-03-28 165/week @ 2023-04-04 239/week @ 2023-04-11 110/week @ 2023-04-18 150/week @ 2023-04-25 102/week @ 2023-05-02 173/week @ 2023-05-09 115/week @ 2023-05-16

568 downloads per month
Used in 5 crates (2 directly)

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
~89K SLoC