dex-protocol 0.1.10

Generated Dex protobuf and gRPC protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2026 Super Durable, Inc.
//
// Licensed under the Super Durable Source License 1.0.
// You may not use this file except in compliance with the License.
// See the LICENSE file in the repository root.
//
// SPDX-License-Identifier: LicenseRef-Super-Durable-1.0

#![allow(clippy::doc_markdown, clippy::large_enum_variant)]

/// Generated Dex protocol.
pub mod dex {
    tonic::include_proto!("dex");
}