Crate misskey_util

Crate misskey_util 

Source
Expand description

Utilities for working with misskey-rs.

This crate wraps misskey-api to implement a convenient high-level API.

Modules§

builder
Builder types.
pager
Implementation of pagination.

Enums§

Error
Possible errors from the high-level API.
TimelineCursor
Point on the timeline.
TimelineRange
Range in the timeline.

Traits§

ClientExt
An extension trait for Client that provides convenient high-level APIs.
StreamingClientExt
An extension trait for StreamingClient that provides convenient high-level APIs.
UploadFileClientExt
An extension trait for UploadFileClient that provides convenient high-level APIs.