Crate hbrt

Crate hbrt 

Expand description

Humpback Runtime (HBRT or lovingly “Hubert”).

Think of this library as a kind of standard library for the Humpback ecosystem.

§Features

The following features enable functionality shared by all modules:

  • serde: Enable serialization and deserialization support using Serde.
  • std: Enable integration with the Rust standard library.

The following features enable modules:

§What belongs in this crate?

Basically this crate is supposed to be a more complete std crate for our use case.

Modules§

errorerror
Error handling utilities.
futurefuture
Async future utilities.
processprocess
Extensions for tokio::process::Command and tokio::process::Child.
streamstream
Async stream utilities.
syncsync
Synchronization primitives.
tasktask
timetime
Time-related types and utilities.