Docs.rs
scylla-macros-1.3.0
scylla-macros 1.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
piodul
Lorak-mmk
wprzytula
dkropachev
Dependencies
darling ^0.20.10
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
Versions
80%
of the crate is documented
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
scylla_
macros
1.3.0
All Items
Crate Items
Derive Macros
Crate
scylla_macros
Copy item path
Source
Derive Macros
ยง
Deserialize
Row
Derive macro for the
DeserializeRow
trait that generates an implementation which deserializes a row with a similar layout to the Rust struct.
Deserialize
Value
Derive macro for the
DeserializeValue
trait that generates an implementation which deserializes a User Defined Type with the same layout as the Rust struct.
Serialize
Row
Derive macro for the
SerializeRow
trait which serializes given Rust structure into bind markers for a CQL statement.
Serialize
Value
Derive macro for the
SerializeValue
trait which serializes given Rust structure as a User Defined Type (UDT).