libgssapi 0.4.0

A safe binding to gssapi
docs.rs failed to build libgssapi-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libgssapi-0.7.0

The abstract model of gssapi is client/server, there is always the idea of a client that is going to create a context with some server. The process of creating the context will mutually authenticate the client and the server to each other, and they can then use it to exchange encrypted, and/or integrity checked messages for some period of time while the context is valid. So if you're lost start in the context module.