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

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = "1"