Docs.rs
evento-core-2.0.0-alpha.13
evento-core 2.0.0-alpha.13
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
snapiz
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
backon ^1.5
normal
base64 ^0.22
normal
bitcode ^0.6
normal
evento-macro ^2.0.0-alpha.13
normal
optional
futures-util ^0.3
normal
optional
hex ^0.4
normal
serde ^1.0
normal
sha3 ^0.10
normal
thiserror ^2.0
normal
tokio ^1.49
normal
tracing ^0.1
normal
ulid ^1.2
normal
rand ^0.9
dev
Versions
82.59%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
Encode
evento_
core
2.0.0-alpha.13
Encode
Required Methods
encode
Implementors
In evento_
core::
cursor
evento_core
::
cursor
Trait
Encode
Copy item path
Source
pub trait Encode { // Required method fn
encode
(&self) ->
Result
<
Vec
<
u8
>,
CursorError
>; }
Required Methods
§
Source
fn
encode
(&self) ->
Result
<
Vec
<
u8
>,
CursorError
>
Implementors
§
Source
§
impl<T:
Encode
>
Encode
for T