wide-literals 0.2.0

UTF-16 string literals for use with wide string APIs accepting pointers to null-terminated strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.syn]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["Serentty"]
description = "UTF-16 string literals for use with wide string APIs accepting pointers to null-terminated strings"
edition = "2018"
license = "CC0-1.0 OR Unlicense"
name = "wide-literals"
repository = "https://github.com/Serentty/wide-literals"
version = "0.2.0"