Docs.rs
kurrentdb-1.0.0
kurrentdb 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
YoEight
Dependencies
async-stream ^0.3
normal
base64 ^0.22
normal
bitflags ^2
normal
byteorder ^1
normal
bytes ^1
normal
chrono ^0.4
normal
eventstore-macros ^0.0.1
normal
eyre ^0.6
normal
futures ^0.3
normal
http ^1
normal
hyper ^1
normal
hyper-rustls ^0.27
normal
hyper-util ^0.1
normal
lazy_static ^1
normal
nom ^7
normal
prost ^0.13
normal
prost-types ^0.13
normal
rand ^0.9
normal
reqwest ^0.12
normal
rustls ^0.23
normal
rustls-native-certs ^0.8
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-rustls ^0.26
normal
tonic ^0.13
normal
tower ^0.5
normal
tracing ^0.1
normal
url ^2
normal
urlencoding ^2
normal
uuid ^1
normal
ctor ^0.4
dev
names ^0.14
dev
serde ^1
dev
testcontainers ^0.23
dev
tokio ^1
dev
toml ^0.8
dev
tracing-subscriber ^0.3
dev
tonic-build ^0.13
build
Versions
33.86%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
kurrentdb
1.0.0
Metadata
Stream
Name
Required Methods
into_metadata_stream_name
Implementations on Foreign Types
&str
Bytes
String
Implementors
In crate kurrentdb
kurrentdb
Trait
MetadataStreamName
Copy item path
Source
pub trait MetadataStreamName { // Required method fn
into_metadata_stream_name
(self) ->
Bytes
; }
Required Methods
§
Source
fn
into_metadata_stream_name
(self) ->
Bytes
Implementations on Foreign Types
§
Source
§
impl
MetadataStreamName
for &
str
Source
§
fn
into_metadata_stream_name
(self) ->
Bytes
Source
§
impl
MetadataStreamName
for
String
Source
§
fn
into_metadata_stream_name
(self) ->
Bytes
Source
§
impl
MetadataStreamName
for
Bytes
Source
§
fn
into_metadata_stream_name
(self) ->
Bytes
Implementors
§