Module eos_rs::prelude

source ·
Expand description

Helpful prelude that will pull in a lot of useful types for you, and set up the allocator and panic handler. Logging macros of the log crate are also included.

Re-exports

Macros

  • Logs a message at the debug level.
  • Logs a message at the error level.
  • Logs a message at the info level.
  • Logs a message at the trace level.
  • Logs a message at the warn level.

Traits

  • A BufRead is a type of Reader which has an internal buffer, allowing it to perform extra ways of reading.
  • The Read trait allows for reading bytes from a source.
  • The Seek trait provides a cursor which can be moved within a stream of bytes.
  • A trait for objects which are byte-oriented sinks.