Docs.rs
  • spacetimedb-commitlog-0.11.1
    • spacetimedb-commitlog 0.11.1
    • Docs.rs crate page
    • Links
    • crates.io
    • Source
    • Owners
    • cloutiertyler
    • jdetter
    • bfops
    • Dependencies
      • bitflags ^2.3.3 normal
      • crc32c ^0.6.4 normal
      • itertools ^0.12 normal
      • log ^0.4.17 normal
      • serde ^1.0.136 normal optional
      • spacetimedb-primitives ^0.11.1 normal
      • spacetimedb-sats ^0.11.1 normal
      • thiserror ^1.0.37 normal
      • env_logger ^0.10 dev
      • once_cell ^1.16 dev
      • proptest ^1.4 dev
      • proptest-derive ^0.4 dev
      • rand ^0.8.5 dev
      • tempfile ^3.8 dev
    • Versions
    • 57.28% of the crate is documented
  • Go to latest version
  • 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

spacetimedb_commitlog0.11.1

Module segment

  • Structs
  • Constants
  • Traits

In crate spacetimedb_commitlog

Module spacetimedb_commitlog::segment

source ·

Structs§

  • Commits
  • Header
  • Metadata
  • Reader
  • Transaction
    Pair of transaction offset and payload.
  • Writer

Constants§

  • CHECKSUM_ALGORITHM_CRC32C
  • DEFAULT_CHECKSUM_ALGORITHM
  • DEFAULT_LOG_FORMAT_VERSION
  • MAGIC

Traits§

  • FileLike