Docs.rs
kora-lib-1.0.3
kora-lib 1.0.3
Docs.rs crate page
MIT
04 October 2025
Links
crates.io
Source
Owners
solana-foundation-tech
Dependencies
anyhow ^1.0.95
normal
async-trait ^0.1.83
normal
base64 ^0.22.1
normal
bincode ^1.3.3
normal
borsh ^1.5.3
normal
bs58 ^0.5.1
normal
clap ^4.4
normal
deadpool-redis ^0.14.0
normal
dirs ^6.0.0
normal
jsonrpsee ^0.16.2
normal
jup-ag ^0.8.0
normal
jupiter ^3.1.4
normal
kora-privy ^1.0.2
normal
kora-turnkey ^1.0.2
normal
log ^0.4.22
normal
mockall ^0.13.1
normal
once_cell ^1.20.2
normal
parking_lot ^0.12
normal
redis ^0.24.0
normal
reqwest ^0.12.9
normal
serde ^1.0
normal
serde_json ^1.0
normal
solana-client ^2.1.9
normal
solana-program ^2.1.9
normal
solana-sdk ^2.1.9
normal
spl-associated-token-account ^6.0.0
normal
spl-pod ^0.5.0
normal
spl-token ^7.0.0
normal
spl-token-2022 ^8.0.0
normal
thiserror ^1.0
normal
tokio ^1.41.1
normal
toml ^0.8.19
normal
tracing ^0.1
normal
utoipa ^4.2.0
normal
vaultrs ^0.7.3
normal
mockito ^1.2.0
dev
tempfile ^3.2
dev
tokio ^1.0
dev
Versions
18.49%
of the crate is documented
Go to latest version
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
1.0.3
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
§