Crate stager [] [src]

stager - This crate stages files for packaging

Install

[dependencies]
stager = "0.3"

Example

staging will

  • Read a stage configuration (using staging::de) and variables to be substitued using liquid.
  • Transform the configuration and variables into the stager API (staging::builder).
  • Transform the builders into distinct actions to be performed on the file system (staging::action).
  • Apply these actions to the target directory.

Packaging Systems

Modules

action

Filesystem operations to stage files.

builder

High-level requirements for staging files.

de

Composable file format for staging files.