99b30c2570
* client: add error type to native client, and start handling them * client: handle two more error cases * changelog: add note * socks5: add error type and start handle run errors * network-requester: add some error types * rustfmt * changelog: update note * network-requester: remove unused import
7 lines
152 B
Rust
7 lines
152 B
Rust
// Copyright 2021 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub mod client;
|
|
pub mod error;
|
|
pub mod websocket;
|