orion-accessor 0.6.0

Unified accessor layer for HTTP, Git, and local resources with redirect rules, proxy control, and env-aware templating.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub use log::{debug, info};
pub use orion_conf::UvsConfFrom;
pub use orion_error::{ErrorOwe, ErrorWith, OperationContext};
pub use serde_derive::{Deserialize, Serialize};

pub use async_trait::async_trait;
pub use getset::Getters;
pub use orion_variate::vars::EnvDict;
pub use orion_variate::vars::EnvEvalable;
pub use orion_variate::vars::{ValueDict, ValueType};
pub use std::path::Path;
pub use std::path::PathBuf;

pub use crate::types::UpdateUnit;