An open API service indexing awesome lists of open source software.

https://github.com/maulingmonkey/winstr

windows strings (BSTR only so far)
https://github.com/maulingmonkey/winstr

bstr rust string

Last synced: about 1 year ago
JSON representation

windows strings (BSTR only so far)

Awesome Lists containing this project

README

          

# winstr • windows string types

[![GitHub](https://img.shields.io/github/stars/MaulingMonkey/winstr.svg?label=GitHub&style=social)](https://github.com/MaulingMonkey/winstr)
[![crates.io](https://img.shields.io/crates/v/winstr.svg)](https://crates.io/crates/winstr)
[![docs.rs](https://docs.rs/winstr/badge.svg)](https://docs.rs/winstr)
[![rust: stable](https://img.shields.io/badge/rust-stable-yellow.svg)](https://gist.github.com/MaulingMonkey/c81a9f18811079f19326dac4daa5a359#minimum-supported-rust-versions-msrv)
[![License](https://img.shields.io/crates/l/cargo_vsc.svg)](https://github.com/MaulingMonkey/winstr)
[![Build Status](https://github.com/MaulingMonkey/winstr/workflows/Rust/badge.svg)](https://github.com/MaulingMonkey/winstr/actions?query=workflow%3Arust)

License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.