rust-vmm / vmm-sys-util

Helpers and utilities used by multiple rust-vmm components and VMMs
BSD 3-Clause "New" or "Revised" License
79 stars 64 forks source link

Make TempFile work on Windows #71

Closed serban300 closed 4 years ago

serban300 commented 4 years ago

Reimplement new_with_prefix() using rand::rand_alphanumerics() in order to make it work on Windows.

Small fixes for the unit tests in order to run on Windows.

Signed-off-by: Serban Iorga seriorga@amazon.com