Registry / database / eternaltwin-user-store

eternaltwin-user-store

JSON →
library0.16.4rscratesunverified

Simple user service for Postgres (Rust) providing user management.

# Cargo.toml [dependencies] eternaltwin_user_store = "0.16.4"
INSTALL
IMPORT
SIG · ETERNALTWIN-USER-S
E
eternaltwin-user-store
databaserustv0.16.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UserStore
use eternaltwin_user_store::UserStore;

Creates a new UserStore connected to a Postgres database.

use eternaltwin_user_store::UserStore; fn main() { let store = UserStore::new("postgres://localhost"); println!("UserStore created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
eternaltwin-user-store — cargo add eternaltwin-user-store · libregistry