Docs.rs
  • chug-cli-0.1.2
    • chug-cli 0.1.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Benjamin-Davies
    • Dependencies
      • anyhow ^1.0.97 normal
      • arwen ^0.0.1 normal
      • clap ^4.5.32 normal
      • data-encoding ^2.8.0 normal
      • diesel ^2.2.8 normal
      • diesel_migrations ^2.2.0 normal
      • flate2 ^1.1.0 normal
      • goblin ^0.9.3 normal
      • rayon ^1.10.0 normal
      • reqwest ^0.12.15 normal
      • ring ^0.17.14 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • tar ^0.4.44 normal
    • Versions
    • 22.94% 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

chug_cli0.1.2

Crate Items

  • Structs
  • Constants
  • Type Aliases

List of all items

Structs

  • action_builder::ActionBuilder
  • action_builder::BottleForestSnapshot
  • bottles::Bottle
  • bottles::Bottles
  • bottles::FileMetadata
  • db::models::Dependency
  • db::models::DownloadedBottle
  • db::models::LinkedFile
  • db::schema::dependencies::columns::dependency_id
  • db::schema::dependencies::columns::dependent_id
  • db::schema::dependencies::columns::id
  • db::schema::dependencies::columns::star
  • db::schema::dependencies::table
  • db::schema::downloaded_bottles::columns::id
  • db::schema::downloaded_bottles::columns::name
  • db::schema::downloaded_bottles::columns::path
  • db::schema::downloaded_bottles::columns::star
  • db::schema::downloaded_bottles::columns::version
  • db::schema::downloaded_bottles::table
  • db::schema::linked_files::columns::bottle_id
  • db::schema::linked_files::columns::id
  • db::schema::linked_files::columns::path
  • db::schema::linked_files::columns::star
  • db::schema::linked_files::table
  • formulae::Formula
  • formulae::Versions
  • target::Target
  • validate::Validate

Type Aliases

  • db::schema::dependencies::BoxedQuery
  • db::schema::dependencies::SqlType
  • db::schema::downloaded_bottles::BoxedQuery
  • db::schema::downloaded_bottles::SqlType
  • db::schema::linked_files::BoxedQuery
  • db::schema::linked_files::SqlType

Constants

  • db::schema::dependencies::all_columns
  • db::schema::downloaded_bottles::all_columns
  • db::schema::linked_files::all_columns