Module scyllax::prelude

source ·
Expand description

Re-exports of the most commonly used types and traits.

Re-exports§

Modules§

  • Re-exports of the most commonly used types and traits from the scylla crate.

Macros§

Attribute Macros§

  • Shorthand for applying derive macros on an entity. Essentially:
  • Sets up a scylla-and-protobuf compatible enum.
  • Shorthand for applying derive macros on a JSON body. Essentially:
  • Apply this attribute to a entity struct to generate an upsert query.
  • Apply this attribute to a struct to generate a write query.

Derive Macros§