Documentation
[package]
name = "utfx"
version = "0.1.0"
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
description = "..."
repository = "https://github.com/bbqsrc/widestring-rs.git"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2018"

[features]
default = ["std"]
std = ["alloc"]
alloc = []

[dev-dependencies]
winapi = { version = "0.3", features = ["winbase"] }