Docs.rs
git-auth-0.1.3
git-auth 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
26 July 2026
Links
Repository
crates.io
Source
Owners
CamLovell
Dependencies
clap ^4.5.45
normal
colored ^3.0.0
normal
inquire ^0.7.5
normal
keyring ^3.6.3
normal
reqwest ^0.12.23
normal
rusqlite ^0.37.0
normal
serde_json ^1.0.142
normal
thiserror ^2.0.16
normal
Versions
0%
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
fetch_all_logins
git_
auth
0.1.3
In git_
auth::
db
git_auth
::
db
Function
fetch_
all_
logins
Copy item path
Source
pub fn fetch_all_logins(conn: &
Connection
) ->
Result
<
Vec
<
Login
>>