Module fedimint_core::util

source ·
Expand description

General purpose utilities

Re-exports§

  • pub use backon;

Modules§

Structs§

  • Wrapper for Url that only prints the scheme, domain, port and path portion of a Url in its Display implementation. This is useful to hide private information like user names and passwords in logs or UIs.

Traits§

Functions§

Type Aliases§

  • Future that is Send unless targeting WASM
  • Stream that is Send unless targeting WASM