Docs.rs
  • coreos-installer-0.22.1
    • coreos-installer 0.22.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:coreos:fedora-coreos-crates-owners
    • jlebon
    • dustymabe
    • Dependencies
      • anyhow >=1.0.38, <2 normal
      • base64 >=0.21, <0.23 normal
      • bincode ^1.3 normal
      • byte-unit >=3.1.0, <5.0.0 normal
      • bytes >=1.0.1, <2 normal
      • clap >=4.1, <5 normal
      • clap_mangen ^0.2 normal optional
      • cpio >=0.2.1, <0.5 normal
      • flate2 ^1.0 normal
      • glob ^0.3 normal
      • gptman >=0.7, <2 normal
      • hex ^0.4 normal
      • ignition-config >=0.3, <0.4 normal
      • lazy_static ^1.4 normal
      • libc ^0.2 normal
      • nix >=0.24, <0.28 normal
      • nmstate >=2.2.3, <3 normal
      • openssl ^0.10 normal
      • pipe >=0.3, <0.5 normal
      • regex >=1.4, <2 normal
      • reqwest >=0.10, <0.13 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_with >=1.9.4, <4 normal
      • serde_yaml >=0.8, <0.10 normal
      • tempfile >=3.1, <4 normal
      • textwrap >=0.15.0, <0.17.0 normal
      • thiserror ^1.0 normal
      • url >=2.1, <3.0 normal
      • uuid >=0.8, <2.0 normal
      • walkdir ^2.4 normal
      • xz2 ^0.1 normal
      • zstd >=0.10.0, <0.14.0 normal
      • maplit ^1.0 dev
      • mbrman >=0.5, <0.6 normal
      • rand >=0.7, <0.9 normal
    • Versions
    • 52.91% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libcoreinst0.22.1

Module cmdline

  • Structs
  • Enums
  • Traits

In crate libcoreinst

Module libcoreinst::cmdline

source ·

Structs§

  • Architecture
    A default string of uname -m.
  • CommonCustomizeConfig
  • DefaultedString
    A String wrapper that takes a parameterized type defining the default value of the String.
  • DevExtractInitrdConfig
  • DevExtractOsmetConfig
  • DevShowFiemapConfig
  • DevShowInitrdConfig
  • DevShowIsoConfig
  • DownloadConfig
  • GraphicalConsole
  • InstallConfig
  • IsoCustomizeConfig
  • IsoEmbedConfig
  • IsoExtractMinimalIsoConfig
  • IsoExtractPxeConfig
  • IsoIgnitionEmbedConfig
  • IsoIgnitionRemoveConfig
  • IsoIgnitionShowConfig
  • IsoKargsModifyConfig
  • IsoKargsResetConfig
  • IsoKargsShowConfig
  • IsoNetworkEmbedConfig
  • IsoNetworkExtractConfig
  • IsoNetworkRemoveConfig
  • IsoRemoveConfig
  • IsoResetConfig
  • IsoShowConfig
  • ListStreamConfig
  • NetworkDir
    The default path to NetworkManager connection files.
  • PackMinimalIsoConfig
  • PackOsmetConfig
  • PxeCustomizeConfig
  • PxeIgnitionUnwrapConfig
  • PxeIgnitionWrapConfig
  • PxeNetworkUnwrapConfig
  • PxeNetworkWrapConfig
  • SerialConsole

Enums§

  • Cmd
    Installer for Fedora CoreOS and RHEL CoreOS
  • Console
  • DevCmd
  • DevExtractCmd
  • DevShowCmd
  • FetchRetries
  • IsoCmd
  • IsoExtractCmd
  • IsoIgnitionCmd
  • IsoKargsCmd
  • IsoNetworkCmd
  • PackCmd
  • PartitionFilter
  • PxeCmd
  • PxeIgnitionCmd
  • PxeNetworkCmd

Traits§

  • DefaultString
    A default value for a DefaultedString.