Expand description
Common data for all Signstar functionalities.
§Examples
use signstar_common::common::get_data_home;
// Get the directory below which all Signstar related data is stored.
println!("{:?}", get_data_home());
Constants§
- CREDENTIALS_
DIR_ MODE - The file mode of directories containing credentials.
- DATA_
HOME 🔒 - The directory below which o store all Signstar related data.
- SECRET_
FILE_ MODE - The file mode of secret files.
Functions§
- get_
data_ home - Get the directory below which all Signstar related data is stored.