Docs.rs
  • shulkerscript-cli-0.1.0
    • shulkerscript-cli 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • moritz-hoelting
    • Dependencies
      • anyhow ^1.0.89 normal
      • clap ^4.5.18 normal
      • colored ^2.1.0 normal
      • const_format ^0.2.33 normal
      • ctrlc ^3.4.5 normal optional
      • dotenvy ^0.15.7 normal
      • git2 ^0.19.0 normal
      • human-panic ^2.0.1 normal
      • indoc ^2.0.5 normal optional
      • inquire ^0.7.5 normal
      • notify-debouncer-mini ^0.4.1 normal optional
      • path-absolutize ^3.1.1 normal
      • pathdiff ^0.2.1 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal optional
      • shulkerscript ^0.1.0 normal
      • thiserror ^1.0.63 normal
      • toml ^0.8.19 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • walkdir ^2.5.0 normal optional
    • Versions
    • 40.22% of the crate is documented
  • 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

shulkerscript_cli0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • cli::Args
  • config::CompilerConfig
  • config::PackConfig
  • config::ProjectConfig
  • subcommands::BuildArgs
  • subcommands::CleanArgs
  • subcommands::InitArgs
  • subcommands::MigrateArgs
  • subcommands::WatchArgs
  • util::PathAutocomplete

Enums

  • cli::Command
  • cli::TracingLevel
  • error::Error

Traits

  • util::Relativize

Functions

  • subcommands::build
  • subcommands::clean
  • subcommands::init
  • subcommands::migrate
  • subcommands::watch
  • terminal_output::print_error
  • terminal_output::print_info
  • terminal_output::print_success
  • terminal_output::print_warning
  • util::get_project_path

Type Aliases

  • error::Result