Crate spacetimedb_data_structures

source ·
Expand description

This crate provides assorted data structures that are used in spacetimedb. These structures are general and could be used outside spacetimedb.

Modules§

  • Provides UTF-8 strings of compile-time-known lengths.
  • Defines slimmer versions of slices, both shared, mutable, and owned.

Macros§

  • Constructs an NStr<N> given a string literal of N bytes in length.