1 unstable release
Uses old Rust 2015
0.0.1 | Jul 8, 2018 |
---|
#345 in #toml
44KB
1K
SLoC
Safe Rust code for utilizing gssapi.
Cargo.toml
[dependencies]
gssapi = "^0.0"
{lib,bin}.rs
extern crate gssapi;
use gssapi::prelude::*;
Status
Presently this crate is very C like and focusing on simple interactions with gssapi.
Goals
- v0.0.x
- Determine bitfield vs constant flags per api usage.
- Complete safe functions.
- Generate tests for
- gssapi to gssapi-sys types
- local gss functions
- Document in relation to C functionality
- v0.1.x
- Make things slightly rusty, by altering fn input/output to be less mutable and minimized.
- ...?
- v0.2.x
- Rustify it, object/method relations, traits, helper functions.
- ...?
Dependencies
~1–11MB
~104K SLoC