7个版本

0.1.8 2020年2月5日
0.1.7 2020年2月2日
0.1.6 2020年1月28日

异步类别中排名1241

每月下载量21

MIT协议

26KB
499 代码行

这是activitypub类型的进行中实现。
它还处于实验阶段,每次更新都可能进行破坏性更改。

rustpub::simple模块包含简化的activitypub类型实现。
它包含Object和Link类型,将基础类型和子类型的所有属性合并为一个类型。
rustpub::complex模块包含每个activitypub类型的单独类型,并使用特性来连接它们。
rustpub::complex模块尚未可用。

Activitypub类型实现

属性

  • actor
  • attachment
  • attributedTo
  • audience
  • bcc
  • bto
  • cc
  • context
  • current
  • first
  • generator
  • icon
  • id
  • image
  • inReplyTo
  • instrument
  • last
  • location
  • items
  • oneOf
  • anyOf
  • closed
  • origin
  • next
  • object
  • prev
  • preview
  • result
  • replies
  • tag
  • target
  • to
  • type
  • url
  • accuracy
  • altitude
  • content
  • name
  • duration
  • height
  • href
  • hreflang
  • partOf
  • latitude
  • longitude
  • mediaType
  • endTime
  • published
  • startTime
  • radius
  • rel
  • startIndex
  • summary
  • totalItems
  • units
  • updated
  • width
  • subject
  • relationship
  • describes
  • formerType
  • deleted

扩展属性

  • 公钥
  • 公钥PEM
  • 首选用户名
  • 收件箱
  • 发件箱
  • 关注者
  • 关注

依赖项

~2.7–4MB
~72K SLoC