isolate scram behind a compilation feature

This commit is contained in:
Geoffroy Couprie 2017-03-25 14:44:22 +01:00
commit a8f8744e21
6 changed files with 25 additions and 2 deletions

View file

@ -4,6 +4,7 @@ use std::convert::From;
use std::string::FromUtf8Error;
#[cfg(feature = "scram")]
pub mod scram;
#[derive(Clone, Debug, PartialEq, Eq)]