Docs.rs
  • twin-cli-0.1.0
    • twin-cli 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • cotrin8672
    • Dependencies
      • anyhow ^1.0.99 normal
      • chrono ^0.4.41 normal
      • clap ^4.5.44 normal
      • directories ^6.0.0 normal
      • git2 ^0.20.2 normal
      • log ^0.4.27 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.142 normal
      • tempfile ^3.20.0 normal
      • thiserror ^2.0.14 normal
      • tokio ^1.47.1 normal
      • toml ^0.9.5 normal
      • tracing-subscriber ^0.3.19 normal
      • bollard ^0.18.1 dev
      • cargo-husky ^1.5.0 dev
      • futures-util ^0.3 dev
      • mockall ^0.13.1 dev
      • pretty_assertions ^1.4.1 dev
      • tar ^0.4 dev
      • tempfile ^3.20.0 dev
      • testcontainers ^0.23.1 dev
      • uuid ^1.11 dev
    • Versions
    • 79.39% 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

twin_cli0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • cli::AddArgs
  • cli::Cli
  • cli::ConfigArgs
  • cli::ListArgs
  • cli::RemoveArgs
  • config::Config
  • core::types::Config
  • core::types::ConfigSettings
  • core::types::FileMapping
  • core::types::HookCommand
  • core::types::HookConfig
  • core::types::OperationStep
  • core::types::PartialFailureState
  • core::types::SymlinkInfo
  • git::BranchInfo
  • git::GitManager
  • git::WorktreeInfo
  • hooks::HookContext
  • hooks::HookExecutor
  • hooks::HookResult
  • symlink::UnixSymlinkManager
  • utils::FileLock

Enums

  • cli::Commands
  • core::error::TwinError
  • core::types::MappingType
  • core::types::OperationType
  • git::ShellType
  • hooks::HookType

Traits

  • symlink::SymlinkManager

Functions

  • cli::commands::handle_add
  • cli::commands::handle_config
  • cli::commands::handle_create
  • cli::commands::handle_list
  • cli::commands::handle_remove
  • symlink::create_symlink_manager
  • tui::run_tui

Type Aliases

  • core::error::TwinResult
  • symlink::PlatformSymlinkManager