Docs.rs
  • proto_core-0.9.0
    • proto_core 0.9.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • milesj
    • Dependencies
      • async-trait ^0.1.68 normal
      • cached ^0.43.0 normal
      • convert_case ^0.6.0 normal
      • dirs ^5.0.1 normal
      • flate2 ^1.0.26 normal
      • fs4 ^0.6.4 normal
      • human-sort ^0.2.2 normal
      • lenient_semver ^0.4.2 normal
      • miette ^5.9.0 normal
      • reqwest ^0.11.16 normal
      • rustc-hash ^1.1.0 normal
      • semver ^1.0.17 normal
      • serde ^1.0.163 normal
      • serde_json ^1.0.96 normal
      • sha2 ^0.10.6 normal
      • starbase_styles ^0.1.8 normal
      • starbase_utils ^0.2.10 normal
      • tar ^0.4.38 normal
      • thiserror ^1.0.40 normal
      • tinytemplate ^1.2.1 normal
      • tokio ^1.28.1 normal
      • tracing ^0.1.37 normal
      • xz2 ^0.1.7 normal
      • zip ^0.6.6 normal
      • starbase_sandbox ^0.1.3 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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.9.0
  • All Items
  • Modules
  • Macros
  • Structs
  • Enums
  • Constants
  • Statics
  • Traits
  • Functions
  • Attribute Macros
?
Change settings

Crate proto_core

source ·

Modules

  • color

Macros

  • impl_tool

Structs

  • Context
  • Manifest
  • ManifestVersion
  • Proto
  • ShimBuilder
  • ToolsConfig
  • UserConfig
  • Version
    Represents a lenient semantic version number.
  • VersionManifest
  • VersionManifestEntry

Enums

  • PluginLocation
  • PluginLocator
  • ProtoError

Constants

  • MANIFEST_NAME
  • SHIM_VERSION
  • TOOLS_CONFIG_NAME
  • USER_CONFIG_NAME

Statics

  • IS_MUSL
    Cached static for the is_musl function.
  • 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
  • detect_version
  • download_from_url
  • download_plugin
  • expand_detected_version
  • get_bin_dir
  • get_bin_name
  • get_home_dir
  • get_plugins_dir
  • get_root
  • get_sha256_hash_of_file
  • get_temp_dir
  • get_tools_dir
  • has_command
  • is_alias_name
  • is_musl
    This is a cached function that uses the IS_MUSL cached static.
  • is_musl_prime_cache
    Primes the cached function is_musl.
  • 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
  • load_git_tags
  • load_version_file
  • load_versions_manifest
  • parse_version
  • remove_v_prefix
  • unpack
  • untar
  • untar_gzip
  • untar_xzip
  • unzip

Attribute Macros

  • async_trait