Docs.rs
sh-layer3-1.0.2
sh-layer3 1.0.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
EnjouZeratul
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.22
normal
chrono ^0.4
normal
dirs ^5.0
normal
futures ^0.3
normal
hostname ^0.4
normal
lopdf ^0.34
normal
md-5 ^0.10
normal
parking_lot ^0.12
normal
regex ^1.11
normal
reqwest ^0.12
normal
rmp-serde ^1.1
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sh-layer1 ^1.0.2
normal
sh-layer2 ^1.0.2
normal
sha2 ^0.10
normal
sysinfo ^0.30
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tokio-tungstenite ^0.26
normal
toml ^0.8
normal
tracing ^0.1
normal
url ^2.5
normal
urlencoding ^2.1
normal
uuid ^1.11
normal
sh-layer1 ^1.0.2
dev
tempfile ^3.14
dev
Versions
68.04%
of the crate is documented
Platform
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
Skip to main content
Module session
sh_
layer3
1.0.2
Module session
Sections
Session Memory
Module Items
Structs
In sh_
layer3::
memory_
system
sh_layer3
::
memory_system
Module
session
Copy item path
Source
Expand description
§
Session Memory
会话记忆:单次会话内的持久化存储。
支持可选的文件后端持久化,包括:
自动保存(Drop 时 dirty flag)
原子写入
版本迁移
Structs
§
Auto
Save
Config
Auto-save configuration
Session
Memory
Session Memory 实现