harmony_rust_sdk 0.3.0

Rust library to work with the Harmony chat protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project('harmony-protocol')

declare_dependency(
    'protocols',
    sources : [
        'auth/v1/auth.proto',
        'harmonytypes/v1/types.proto',
        'chat/v1/messages.proto',
        'chat/v1/channels.proto',
        'chat/v1/emotes.proto',
        'chat/v1/guilds.proto',
        'chat/v1/permissions.proto',
        'chat/v1/profile.proto',
        'chat/v1/streaming.proto',
        'chat/v1/chat.proto',
    ]
)