winstr 0.0.2

windows strings (BSTR only so far)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Cargo.toml features
//!
//! ### Default Features
//!
//! * `bstr` - enables [BStr], [BString], [AsBStrPtr], [AsOptBStrPtr], [IntoBStr], and [IntoOptBStr]
//! * `display` - enables [Display](std::fmt::Display) on strings, despite the
//! fact that they may contain invalid unicode which might be lossily converted.
//!
//! ### Opt-in Features
//!
//! * none yet

#[allow(unused_imports)] use crate::*;