Windows collection types
The windows-collections crate provides stock collection support for Windows APIs.
Start by adding the following to your Cargo.toml file:
[]
= "0.3"
Use the Windows collection types as needed:
use *;
let numbers = from;
for value in numbers
Naturally, the Windows collection types work with other Windows crates:
use *;
use *;
let greetings =
from;
for value in greetings
let map = from;
let map = from;
assert_eq!;
assert_eq!;