Docs.rs
  • anor-storage-0.1.3
    • anor-storage 0.1.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sheroz
    • Dependencies
      • anor-utils ^0.1 normal
      • bincode ^2.0.0-rc.3 normal
      • fs2 ^0.4 normal
      • log ^0.4 normal
      • log4rs ^1.2 normal
      • serde ^1.0 normal
      • serde_yaml ^0.9 normal
      • uuid ^1.4.1 normal
    • Versions
    • 41.44% 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
    • 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

anor_storage0.1.3

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • storage::GlobalLock
  • storage::Storage
  • storage::storage_item::StorageItem
  • storage::storage_packet::StroragePacket
  • storage::storage_packet::StroragePacketHeader

Enums

  • storage::storage_item::BasicType
  • storage::storage_item::ComplexType
  • storage::storage_item::ItemType
  • storage::storage_location::StorageLocation
  • storage::storage_packet::StrorageCodecType
  • storage::storage_packet::StroragePacketType

Functions

  • storage::storage_codec::decode_from_binary
  • storage::storage_codec::decode_from_file
  • storage::storage_codec::encode_to_binary
  • storage::storage_codec::encode_to_file
  • storage::storage_packet::build_packet_header
  • storage::storage_packet::build_storage_packet
  • storage::storage_packet::packet_metafields
  • storage::storage_packet::parse_packet
  • storage::storage_packet::parse_packet_header

Type Aliases

  • storage::storage_packet::StoragePacketFields

Constants

  • storage::storage_const::DIR_STORAGE_DATA
  • storage::storage_const::FILE_STORAGE_INFO
  • storage::storage_const::FILE_STORAGE_LOCK
  • storage::storage_const::INSTANCE_LOCK_TIMEOUT_MILLISECONDS