Module fedimint_core::util
source · Modules§
- Copied from
tokio_stream0.1.12 to use our optional Send bounds
Structs§
- Wrapper for
Urlthat only prints the scheme, domain, port and path portion of aUrlin itsDisplayimplementation. This is useful to hide private information like user names and passwords in logs or UIs.
Traits§
Functions§
- Write out a new file (like
std::fs::writebut fails if file already exists)
Type Aliases§
- Future that is
Sendunless targeting WASM - Stream that is
Sendunless targeting WASM