host-identity 1.1.1

Stable, collision-resistant host identity resolution across platforms, container runtimes, cloud providers, and Kubernetes
Documentation
1
2
3
4
5
6
7
8
9
10
//! Non-illumos/Solaris stub. Returns `Ok(None)` so the type can appear portably.

use crate::source::SourceKind;
use crate::sources::stub_macros::unit_stub;

unit_stub!(
    /// illumos / Solaris `hostid(1)` source (no-op on other targets).
    IllumosHostId,
    SourceKind::IllumosHostId
);