Docs.rs
  • proto_cli-0.3.1
    • proto_cli 0.3.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • milesj
    • Dependencies
      • async-recursion ^1.0.2 normal
      • clap ^4.1.8 normal
      • clap_complete ^4.1.4 normal
      • dirs ^4.0.0 normal
      • env_logger ^0.10.0 normal
      • futures ^0.3.27 normal
      • human-sort ^0.2.2 normal
      • log ^0.4.17 normal
      • proto_bun ^0.3.1 normal
      • proto_core ^0.3.1 normal
      • proto_deno ^0.3.1 normal
      • proto_go ^0.3.1 normal
      • proto_node ^0.3.1 normal
      • rustc-hash ^1.1.0 normal
      • tokio ^1.26.0 normal
      • assert_cmd ^2.0.8 dev
      • assert_fs ^1.0.10 dev
      • predicates ^2.1.5 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

  • Version 0.3.1
  • All Items
  • Re-exports
  • Modules
  • Structs
  • Enums
  • Constants
  • Statics
  • Traits
  • Functions
  • Attribute Macros
?
Change settings

Crate proto

source ·

Re-exports

  • pub use proto_bun as bun;
  • pub use proto_deno as deno;
  • pub use proto_go as go;
  • pub use proto_node as node;
  • pub use tools::*;

Modules

  • color
  • hooks
  • shell
  • tools

Structs

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

Enums

  • ProtoError

Constants

  • CONFIG_NAME
  • MANIFEST_NAME

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
  • detect_fixed_version
  • detect_version_from_environment
  • download_from_url
  • get_bin_dir
  • 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