Registry / utility / wchar
library0.11.1rscratesunverified

Procedural macros for compile time UTF-16 and UTF-32 wide strings.

# Cargo.toml [dependencies] wchar = "0.11.1"
INSTALL
IMPORT
SIG · WCHAR
W
wchar
utilityrustv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wchar_t
use wchar::wchar_t;

Creates a compile-time wide string using the wchar_t macro.

use wchar::wchar_t; fn main() { let wide = wchar_t!("hello"); println!("Wide string created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
wchar — cargo add wchar · libregistry