krnlstring 0.1.0

Safe Rust abstractions for handling Windows Unicode strings (`UNICODE_STRING`) in `#![no_std]` environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "krnlstring"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/rthidfrev/krnlstring/"
authors = ["rthidfrev"]
documentation = "https://docs.rs/krnlstring"
homepage = "https://github.com/rthidfrev/krnlstring/"
keywords = ["windows", "unicode", "string", "no_std", "driver"]
categories = ["os", "no-std"]
description = "Safe Rust abstractions for handling Windows Unicode strings (`UNICODE_STRING`) in `#![no_std]` environments."


[dependencies.windows-sys]
version = "0.59.0"
features = ["Win32_Foundation"]