Crate vector

source ·
Expand description

The main library to support building Vector.

Re-exports§

Modules§

Macros§

Statics§

Functions§

  • The name used to identify this Vector application.
  • Returns the host name of the current system.
  • Returns a slugified version of the name used to identify this Vector application.
  • Returns a string containing full version information of the current build.
  • Returns an estimate of the number of recommended threads that Vector should spawn.
  • The current version of Vector in simplified format. <version-number>-nightly.

Type Aliases§

  • Vector’s basic error type, dynamically dispatched and safe to send across threads.
  • Vector’s basic result type, defined in terms of Error and generic over T.