Skip to main content

Crate stout_bundle

Crate stout_bundle 

Source
Expand description

stout-bundle: Brewfile parsing and bundle management

This crate provides:

  • Brewfile parsing (Ruby DSL compatibility)
  • Bundle install/check/cleanup operations
  • Brewfile generation from installed packages
  • Snapshot creation and restoration

Structs§

BrewEntry
Brew entry (formula)
Brewfile
Parsed Brewfile contents
CaskEntry
Cask entry (application)
MasEntry
Mac App Store entry
Snapshot
A snapshot of installed packages
SnapshotManager
Manages snapshots on disk
TapEntry
Tap entry (custom repository)

Enums§

Error

Type Aliases§

Result