comparison src/lib.rs @ 6:2ec97116d72c

Updates for rustc 1.0.0-beta
author Jesse Hallett <jesse@galois.com>
date Fri, 03 Apr 2015 23:16:44 -0700
parents e69e2966ae0d
children 827faa554528
comparison
equal deleted inserted replaced
5:a5cc18a3db47 6:2ec97116d72c
1 #![feature(core)]
2 #![feature(libc)]
3 #![feature(std_misc)]
4
5 //! Interface to the pluggable authentication module framework (PAM). 1 //! Interface to the pluggable authentication module framework (PAM).
6 //! 2 //!
7 //! The goal of this library is to provide a type-safe API that can be used to 3 //! The goal of this library is to provide a type-safe API that can be used to
8 //! interact with PAM. The library is incomplete - currently it supports 4 //! interact with PAM. The library is incomplete - currently it supports
9 //! a subset of functions for use in a pam authentication module. A pam module 5 //! a subset of functions for use in a pam authentication module. A pam module