Docs.rs
  • secpar-0.1.2
    • secpar 0.1.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • riyaolin
    • Dependencies
      • aws-config ^1.0.1 normal
      • aws-sdk-secretsmanager ^1.3.0 normal
      • aws-sdk-ssm ^1.3.0 normal
      • color-eyre ^0.6.2 normal
      • serde ^1 normal
      • serde_yaml ^0.9.27 normal
      • structopt ^0.3.25 normal
      • thiserror ^1.0.30 normal
      • tokio ^1 normal
      • tokio-stream ^0.1.9 normal
      • tracing ^0.1.35 normal
      • tracing-appender ^0.2 normal
      • tracing-subscriber ^0.3.14 normal
    • Versions
    • 92.98% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

secpar0.1.2

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • specs::ParameterStore

Enums

  • errors::ParseFileError
  • errors::SecParError
  • opt::Command
  • opt::ParCommand
  • opt::SecCommand

Functions

  • cli::par::apply_parameters
  • cli::par::create_parameter
  • cli::par::delete_parameter
  • cli::par::get_parameter
  • cli::par::list_parameters
  • cli::par::process_par_command
  • cli::sec::delete_secret
  • cli::sec::describe_secret
  • cli::sec::list_secrets
  • cli::sec::process_sec_command
  • cli::sec::retrieve_secret
  • cli::sec::save_secret
  • run
  • util::read_yaml_from_file