Docs.rs
leaf-stream-types-0.1.0-alpha.1
leaf-stream-types 0.1.0-alpha.1
Docs.rs crate page
PolyForm-Noncommercial-1.0.0
10 September 2025
Links
Repository
crates.io
Source
Owners
zicklag
Dependencies
parity-scale-codec ^3.7.5
normal
thiserror ^2.0.16
normal
Versions
0%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Crate leaf_stream_types
leaf_
stream_
types
0.1.0-alpha.1
All Items
Crate Items
Structs
Enums
Traits
Type Aliases
Derive Macros
Crate
leaf_
stream_
types
Copy item path
Source
Structs
§
Event
Request
Incoming
Event
Module
Init
Process
SqlQuery
SqlRow
SqlRows
Enums
§
Inbound
Outbound
SqlError
SqlValue
Traits
§
Decode
Trait that allows zero-copy read of value-references from slices in LE format.
Encode
Trait that allows zero-copy write of value-references to slices in LE format.
FromRow
From
Rows
From
Value
Type Aliases
§
SqlResult
Derive Macros
§
Decode
Derive
parity_scale_codec::Decode
for struct and enum.
Encode
Derive
parity_scale_codec::Encode
and
parity_scale_codec::EncodeLike
for struct and enum.