ownership 0.3.0

Obtaining ownership.
Documentation
1
2
3
4
5
6
7
8
#[cfg(not(feature = "std"))]
compile_error!("expected either `std` to be enabled");

use std::ffi::OsString;

use crate::impl_identity;

impl_identity!(OsString);