[][src]Crate watchexec

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 cli::Args;
pub use cli::ArgsBuilder;
pub use run::run;
pub use run::watch;
pub use run::Handler;

Modules

cli

CLI arguments and library Args struct

error
pathop
run