htsget-config 0.22.1

Used to configure htsget-rs by using a config file or reading environment variables.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use clap::command;

pub mod config;
#[cfg(feature = "experimental")]
pub mod encryption_scheme;
pub mod error;
pub mod http;
pub mod resolver;
pub mod storage;
pub mod types;