Docs.rs
solana-pubsub-client-2.1.2
solana-pubsub-client 2.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
crossbeam-channel ^0.5.13
normal
futures-util ^0.3.29
normal
log ^0.4.22
normal
reqwest ^0.11.27
normal
semver ^1.0.23
normal
serde ^1.0.213
normal
serde_derive ^1.0.213
normal
serde_json ^1.0.132
normal
solana-account-decoder =2.1.2
normal
solana-rpc-client-api =2.1.2
normal
solana-sdk =2.1.2
normal
thiserror ^1.0.65
normal
tokio ^1.29.1
normal
tokio-stream ^0.1.16
normal
tokio-tungstenite ^0.20.1
normal
tungstenite ^0.20.1
normal
url ^2.5.2
normal
anyhow ^1.0.91
dev
Versions
39.68%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
pubsub_
client
2.1.2
In solana_
pubsub_
client::
pubsub_
client
solana_pubsub_client
::
pubsub_client
Type Alias
LogsSubscription
Copy item path
Source
pub type LogsSubscription = (
PubsubLogsClientSubscription
,
Receiver
<
Response
<
RpcLogsResponse
>>);