Crate maidsafe_utilities[][src]

MaidSafe Utilities

Rust utility functions provided by MaidSafe.

Modules

event_sender

Utilities related to event-subsetting.

log

Allows initialising the env_logger with a standard message format. These functions can initialise logging for output to stdout only, or to a file and stdout. For more fine-grained control, create a file called log.toml in the root directory of the project, or in the same directory where the executable is. See log4rs docs for details about the format and structure of this file.

serialisation

Functions for serialisation and deserialisation

thread

Utilities related to threading.

Structs

SeededRng

A fast pseudorandom number generator for use in tests which allows seeding and prints the seed when the thread in which it is created panics.