Docs.rs
etwin_user_store-0.12.3
etwin_user_store 0.12.3
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
demurgos
Dependencies
async-trait ^0.1.58
normal
chrono ^0.4.22
normal
etwin_core ^0.12.3
normal
etwin_db_schema ^0.12.3
normal
neon ^0.10.1
normal
optional
regex ^1.6.0
normal
sqlx ^0.6.2
normal
thiserror ^1.0.37
normal
uuid ^1.2.1
normal
etwin_config ^0.12.3
dev
serial_test ^0.9.0
dev
tokio ^1.21.2
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
etwin_user_store/
lib.rs
1
#[cfg(test)]
2
#[macro_use]
3
pub
(
crate
)
mod
test;
4
5
pub mod
mem;
6
pub mod
pg;