orion-accessor 0.5.4

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
pub use log::{debug, error, info};
pub use orion_error::{ErrorOwe, ErrorWith, OperationContext, UvsConfFrom};
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;