Docs.rs
srv-session-0.1.0
srv-session 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
371tti
Dependencies
argon2 ^0.5.3
normal
chrono ^0.4.44
normal
getrandom ^0.4.1
normal
log ^0.4.29
normal
serde ^1.0
normal
Versions
33.33%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Crate srv_session
srv_
session
0.1.0
All Items
Crate Items
Structs
Constants
Traits
Crate
srv_
session
Copy item path
Source
Structs
§
Account
Value
アカウントのデータ構造
Auth
Manager
認証マネージャー
Hash
Config
Session
Value
セッションのデータ構造
Constants
§
DEFAULT_
HASH_
LEN
DEFAULT_
PEPPER_
LEN
DEFAULT_
SALT_
LEN
DEFAULT_
SESSION_
LEN
Traits
§
KVTrait
DBへの直接アクセスはやめてください キャッシュなどの階層構造を実装し、できる限りレイテンシを減らす実装をしてください DashMapとかがおすすめ