Docs.rs
  • y-sweet-core-0.8.2
    • y-sweet-core 0.8.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • paulgb
    • rolyatmax
    • jakelazaroff
    • Dependencies
      • anyhow ^1.0.72 normal
      • async-trait ^0.1.71 normal
      • bincode ^1.3.3 normal
      • bytes ^1.5.0 normal
      • data-encoding ^2.4.0 normal
      • getrandom ^0.2.10 normal
      • rand ^0.8.5 normal
      • reqwest ^0.12.5 normal
      • rusty-s3 ^0.5.0 normal
      • serde ^1.0.173 normal
      • serde_json ^1.0.103 normal
      • sha2 ^0.10.7 normal
      • thiserror ^1.0.44 normal
      • time ^0.3.25 normal
      • tracing ^0.1.37 normal
      • yrs ^0.19.1 normal
      • yrs-kvstore ^0.3.0 normal
      • dashmap ^6.0.1 dev
      • tokio ^1.29.1 dev
    • Versions
    • 32.56% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

y_sweet_core0.8.2

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • api_types::AuthDocRequest
  • api_types::ClientToken
  • api_types::DocCreationRequest
  • api_types::NewDocResponse
  • auth::AuthenticatedRequest
  • auth::Authenticator
  • auth::DocPermission
  • auth::ExpirationTimeEpochMillis
  • auth::KeyId
  • auth::Payload
  • doc_connection::DocConnection
  • doc_sync::DocWithSyncKv
  • store::s3::S3Config
  • store::s3::S3Store
  • sync::DefaultProtocol
  • sync::MessageReader
  • sync::awareness::Awareness
  • sync::awareness::AwarenessUpdate
  • sync::awareness::AwarenessUpdateEntry
  • sync::awareness::Event
  • sync_kv::SyncKv
  • sync_kv::SyncKvCursor
  • sync_kv::SyncKvEntry

Enums

  • api_types::Authorization
  • auth::AuthError
  • auth::KeyIdError
  • auth::Permission
  • store::StoreError
  • sync::Error
  • sync::Message
  • sync::SyncMessage
  • sync::awareness::Error

Traits

  • store::Store
  • sync::Protocol

Functions

  • api_types::validate_doc_name

Type Aliases

  • store::Result

Constants

  • auth::BASE64_CUSTOM
  • auth::DEFAULT_EXPIRATION_SECONDS
  • doc_connection::DOC_NAME
  • sync::MSG_AUTH
  • sync::MSG_AWARENESS
  • sync::MSG_QUERY_AWARENESS
  • sync::MSG_SYNC
  • sync::MSG_SYNC_STEP_1
  • sync::MSG_SYNC_STEP_2
  • sync::MSG_SYNC_UPDATE
  • sync::PERMISSION_DENIED
  • sync::PERMISSION_GRANTED