|
|
|
|
|
|
25
|
///
|
25
|
///
|
|
26
|
/// # Safety
|
26
|
/// # Safety
|
|
27
|
/// The underlying file should not be modified while holding the memory map.
|
27
|
/// The underlying file should not be modified while holding the memory map.
|
|
28
|
- /// See https://github.com/danburkert/memmap-rs/issues/25
|
|
|
|
|
|
28
|
+ /// See [memmap-rs issue 25](https://github.com/danburkert/memmap-rs/issues/25) for more
|
|
|
|
29
|
+ /// information on the safety of memory maps.
|
|
29
|
///
|
30
|
///
|
|
30
|
/// # Example
|
31
|
/// # Example
|
|
31
|
/// ```
|
32
|
/// ```
|
|
|
|
|
|
|
47
|
///
|
48
|
///
|
|
48
|
/// # Safety
|
49
|
/// # Safety
|
|
49
|
/// The underlying file should not be modified while holding the memory map.
|
50
|
/// The underlying file should not be modified while holding the memory map.
|
|
50
|
- /// See https://github.com/danburkert/memmap-rs/issues/25
|
|
|
|
|
|
51
|
+ /// See [memmap-rs issue 25](https://github.com/danburkert/memmap-rs/issues/25) for more
|
|
|
|
52
|
+ /// information on the safety of memory maps.
|
|
51
|
///
|
53
|
///
|
|
52
|
/// # Example
|
54
|
/// # Example
|
|
53
|
/// ```
|
55
|
/// ```
|