Docs.rs
  • proto_cli-0.8.2
    • proto_cli 0.8.2
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • milesj
    • Dependencies
      • async-recursion ^1.0.4 normal
      • clap ^4.2.1 normal
      • clap_complete ^4.2.0 normal
      • convert_case ^0.6.0 normal
      • dialoguer ^0.10.4 normal
      • dirs ^5.0.0 normal
      • futures ^0.3.28 normal
      • human-sort ^0.2.2 normal
      • indicatif ^0.17.3 normal
      • miette ^5.7.0 normal
      • proto_bun ^0.7.1 normal
      • proto_core ^0.8.2 normal
      • proto_deno ^0.7.1 normal
      • proto_go ^0.7.1 normal
      • proto_node ^0.7.1 normal
      • proto_rust ^0.5.1 normal
      • proto_schema_plugin ^0.3.1 normal
      • reqwest ^0.11.16 normal
      • rustc-hash ^1.1.0 normal
      • semver ^1.0.17 normal
      • starbase ^0.1.8 normal
      • starbase_utils ^0.2.7 normal
      • strum ^0.24.1 normal
      • tokio ^1.27.0 normal
      • tracing ^0.1.37 normal
      • starbase_sandbox ^0.1.1 dev
      • winreg ^0.50.0 normal
    • Versions
    • 4.17% 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.8.2
  • All Items
  • Re-exports
  • Modules
  • Macros
  • 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 proto_rust as rust;
  • pub use tools::*;

Modules

  • color
  • hooks
  • shell
  • tools

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_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