processes 0.4.0

A utility library for accessing processes and modules on windows.
Documentation
1
2
3
4
5
6
7
8
9
10
mod buffer;
pub use buffer::*;

mod memory;
pub use memory::*;

#[cfg(feature = "remote-alloc")]
#[cfg_attr(feature = "doc-cfg", doc(cfg(feature = "remote-alloc")))]
#[allow(missing_docs)]
pub mod alloc;