Crate hotlib[][src]

Expand description

For watching and loading a Rust library in Rust.

You are likely looking for the watch function docs.

Modules

A memory-safer wrapper around system dynamic library loading primitives.

Structs

The result of building a package’s dynamic library.

A process’ output indicates unsuccessful completion.

A loaded dynamic library.

The information required to build the package’s dylib target.

Symbol from a library.

A wrapper around a libloading::Library that cleans up the library on Drop.

Watches and re-builds the library upon changes to its source code.

Enums

Errors that might occur while building a library instance.

Errors that might occur while loading a built library.

Errors that might occur while waiting for the next library instance.

Errors that might occur within the watch function.

Functions

Watch the library at the given Path.