Docs.rs
kora-lib-2.2.0-beta.2
kora-lib 2.2.0-beta.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
solana-foundation-tech
Dependencies
anyhow ^1.0.95
normal
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
bincode ^1.3.3
normal
borsh ^1.5.3
normal
bs58 ^0.5.1
normal
chrono ^0.4.39
normal
clap ^4.4
normal
config ^0.13
normal
deadpool-redis ^0.22.0
normal
dirs ^6.0.0
normal
dotenv ^0.15
normal
env_logger ^0.11.5
normal
futures ^0.3
normal
futures-util ^0.3.31
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
http ^0.2
normal
http-body ^1.0.1
normal
http-body-util ^0.1.3
normal
hyper ^1.5.1
normal
jsonrpsee ^0.16.2
normal
jsonrpsee-core ^0.16.2
normal
log ^0.4.22
normal
mockall ^0.13.1
normal
once_cell ^1.20.2
normal
p256 ^0.13
normal
parking_lot ^0.12
normal
prometheus ^0.14.0
normal
rand ^0.9.2
normal
redis ^0.32.5
normal
regex ^1.11.1
normal
reqwest ^0.12.9
normal
rust_decimal ^1.39
normal
rust_decimal_macros ^1.39
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10.9
normal
solana-address-lookup-table-interface ^3.0.0
normal
solana-client ^3.0.8
normal
solana-commitment-config ^3.0.0
normal
solana-compute-budget-interface ^3.0.0
normal
solana-keychain ^0.1.0
normal
solana-message ^3.0.1
normal
solana-program ^3.0.0
normal
solana-program-pack ^3.0.0
normal
solana-sdk ^3.0.0
normal
solana-system-interface ^2.0.0
normal
solana-transaction-status ^3.0.8
normal
solana-transaction-status-client-types ^3.0.8
normal
spl-associated-token-account-interface ^2.0.0
normal
spl-pod ^0.7.1
normal
spl-token-2022-interface ^2.0.0
normal
spl-token-interface ^2.0.0
normal
subtle ^2.6.1
normal
thiserror ^1.0
normal
tokio ^1.41.1
normal
toml ^0.8.19
normal
tower ^0.4.13
normal
tower-http ^0.3.5
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
utoipa ^4.2.0
normal
vaultrs ^0.7.3
normal
mockito ^1.2.0
dev
serial_test ^3.2.0
dev
tempfile ^3.2
dev
tokio ^1.0
dev
Versions
31.1%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IntoKoraResponse
kora_
lib
2.2.0-beta.2
Into
Kora
Response
Required Methods
into_response
Implementations on Foreign Types
Result<T, E>
Implementors
In kora_
lib::
error
kora_lib
::
error
Trait
Into
Kora
Response
Copy item path
Source
pub trait IntoKoraResponse<T> { // Required method fn
into_response
(self) ->
KoraResponse
<T>; }
Required Methods
§
Source
fn
into_response
(self) ->
KoraResponse
<T>
Implementations on Foreign Types
§
Source
§
impl<T, E:
Into
<
KoraError
>>
IntoKoraResponse
<T> for
Result
<T, E>
Source
§
fn
into_response
(self) ->
KoraResponse
<T>
Implementors
§