Docs.rs
  • proto_core-0.1.6
    • proto_core 0.1.6
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • milesj
    • Dependencies
      • async-trait ^0.1.61 normal
      • cached ^0.42.0 normal
      • console ^0.15.5 normal
      • dirs ^4.0.0 normal
      • flate2 ^1.0.25 normal
      • human-sort ^0.2.2 normal
      • lenient_semver ^0.4.2 normal
      • log ^0.4.17 normal
      • reqwest ^0.11.14 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.93 normal
      • sha2 ^0.10.6 normal
      • tar ^0.4.38 normal
      • thiserror ^1.0.38 normal
      • tinytemplate ^1.2.1 normal
      • tokio ^1.25.0 normal
      • zip ^0.6.3 normal
    • Versions
    • 0% 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
logo

logo

Crate proto_core

  • Version 0.1.6
  • All Items
  • Modules
  • Structs
  • Enums
  • Statics
  • Traits
  • Functions
  • Attribute Macros
?
Change settings

Crate proto_core

source ·

Modules

  • color

Structs

  • Context
  • Proto
  • ShimBuilder
  • Version
    Represents a lenient semantic version number.
  • VersionManifest
  • VersionManifestEntry

Enums

  • ProtoError

Statics

  • IS_OFFLINE
    Cached static for the is_offline function.

Traits

  • Describable
  • Detector
  • Downloadable
  • Executable
  • Installable
  • Resolvable
  • Shimable
  • Tool
  • Verifiable

Functions

  • add_v_prefix
  • create_version_manifest_from_tags
  • download_from_url
  • get_bin_dir
  • get_fixed_version
  • get_root
  • get_sha256_hash_of_file
  • get_temp_dir
  • get_tools_dir
  • is_offline
    This is a cached function that uses the IS_OFFLINE cached static.
  • is_offline_prime_cache
    Primes the cached function is_offline.
  • is_semantic_version
  • is_version_alias
  • load_git_tags
  • load_version_file
  • load_versions_manifest
  • parse_version
  • remove_v_prefix
  • untar
  • unzip

Attribute Macros

  • async_trait