Registry / database / etwin-user-store

etwin-user-store

JSON →
library0.12.3rscratesunverified

Simple user service for Postgres (Rust)

# Cargo.toml [dependencies] etwin_user_store = "0.12.3"
INSTALL
IMPORT
SIG · ETWIN-USER-STORE
E
etwin-user-store
databaserustv0.12.3
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 etwin_user_store::UserStore;

Creates a new user store connected to Postgres.

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

No known issues recorded.

Upgrade
Version history
0.12.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
etwin-user-store — cargo add etwin-user-store · libregistry