[][src]Module casper_node::utils

Various functions that are not limited to a particular module, but are too small to warrant being factored out into standalone crates.

Modules

milliseconds

Load and store milliseconds directly as Duration using serde.

Structs

OS_PAGE_SIZE

OS page size.

ReadFileError

Error reading a file.

WithDir

With-directory context.

WriteFileError

Error writing a file

Enums

External

External resource.

LoadError

Error loading external value.

Source

The source of a piece of data.

Traits

Loadable

A value that can be loaded from a file.

Functions

read_file

Read complete at path into memory.