//! Process init shared by the CLI and embed entrypoints.
use CryptoProvider;
/// Install the TLS crypto provider and initialize tracing.
///
/// Called automatically by `from-*` `run` / `run::<Sink>` entrypoints. Call this
/// yourself if you use lower-level `run_sync(&sink, …)` APIs directly.