//! Implementation of assertions for `OsString` and `OsStr` values.
//!
//! `OsString` and `OsStr` are only available in std environments. Thus,
//! assertions for those types are only available with crate feature `std`
//! enabled.
use crate;
use crate;