Crate watchexec[][src]

Watchexec: the library

This is the library version of the CLI tool watchexec. The tool is implemented with this library, but the purpose of the watchexec project is to deliver the CLI tool, instead of focusing on the library interface first and foremost. For this reason, semver guarantees do not apply to this library. Please use exact version matching, as this API may break even between patch point releases. This policy may change in the future.

Re-exports

pub use run::run;
pub use run::watch;
pub use run::Handler;

Modules

cli

CLI utilities.

config

Configuration for watchexec.

error
pathop
run

Enums

Shell

Shell to use to run commands.

Type Definitions

ArgsDeprecated
ArgsBuilderDeprecated