nils-common 0.7.3

Library crate for nils-common in the nils-cli workspace.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod auth;
pub mod config;
pub mod error;
pub mod exec;
pub mod json;
pub mod jwt;
pub mod paths;
pub mod persistence;
pub mod profile;

pub use error::{CoreError, CoreErrorCategory, ProviderCategoryHint};
pub use exec::ExecOptions;
pub use profile::{
    ExecInvocation, ExecProfile, HomePathSelection, PathsProfile, ProviderDefaults,
    ProviderEnvKeys, ProviderProfile,
};