Docs.rs
  • feattle-core-3.0.0
    • feattle-core 3.0.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sitegui
    • Dependencies
      • async-trait ^0.1.40 normal
      • chrono ^0.4.15 normal
      • log ^0.4.11 normal
      • parking_lot ^0.12.0 normal
      • serde ^1.0.115 normal
      • serde_json ^1.0.57 normal
      • thiserror ^2.0.12 normal
      • uuid ^1.1.2 normal optional
      • tokio ^1.4.0 dev
    • Versions
    • 86.11% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

feattle_core3.0.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • FeattleDefinition
  • SerializedFormat
  • StringFormat
  • persist::CurrentValue
  • persist::CurrentValues
  • persist::HistoryEntry
  • persist::NoPersistence
  • persist::ValueHistory

Enums

  • HistoryError
  • SerializedFormatKind
  • StringFormatKind
  • UpdateError
  • json_reading::FromJsonError
  • last_reload::LastReload

Traits

  • FeattleStringValue
  • FeattleValue
  • Feattles
  • persist::Persist

Macros

  • feattle_enum
  • feattles

Functions

  • json_reading::extract_array
  • json_reading::extract_bool
  • json_reading::extract_f64
  • json_reading::extract_i64
  • json_reading::extract_null
  • json_reading::extract_object
  • json_reading::extract_str
  • json_reading::extract_u64

Type Aliases

  • BoxError