orion-sec 0.6.2

Secret-aware helpers for loading and masking Galaxy configuration values.
Documentation
1
2
3
4
5
6
7
8
mod error;
mod load;
pub mod sec;
pub mod types;
pub use error::{OrionSecReason, SecError, SecReason, SecResult};
pub use load::{
    SecFileFmt, load_galaxy_secfile, load_sec_dict, load_sec_dict_by, load_secfile, load_secfile_by,
};