memory-stats 1.2.0

A cross-platform memory profiler for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Version 1.2.0

- Clarify documentation to explicitly state that the data is returned in bytes ([#5]https://github.com/Arc-blroth/memory-stats/pull/5)
- Fix building on unsupported OSes ([#8]https://github.com/Arc-blroth/memory-stats/pull/8)
- Support FreeBSD ([#10]https://github.com/Arc-blroth/memory-stats/pull/10)
- Use the `windows-sys` crate over the old `winapi` crate on Windows ([#11]https://github.com/Arc-blroth/memory-stats/pull/11)

## Version 1.1.0

- Added `always_use_statm` feature for use cases where speed is needed over accuracy.

## Version 1.0.0

- Initial API