rust-vmm / vmm-sys-util

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

rustify the `xor_pseudo_rng_u8_alphanumerics` function #175

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

Summary of the PR

The function was written as C-style. Use iterators and combinators.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: