wincredentials 0.3.0

A wrapper around the Win32 API credential management functions.
1
2
3
4
pub struct Credential {
    pub username: String,
    pub secret: String,
}