fey 0.0.3

fey is a fast and reliable username scanner
Documentation
1
2
3
4
use crate::utils::error::Error;

/// custom error Result
pub type Result<T> = std::result::Result<T, Error>;