You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril
5d4c9b57f7
Added `try_map_or_cloned()`: Map a file, or if that fails, map an in-memory copy of that file.
Fortune for mapped-file's current commit: Half blessing − 半吉
|
2 years ago |
.. |
file
|
Added io::Read/Write impls for `ManagedFD` and `MemoryFile`.
|
2 years ago |
ring
|
MappedFile: Added `try_new_buffer()`.
|
2 years ago |
err.rs
|
Fixed build error on stable due to FFI namespace changes.
|
2 years ago |
ext.rs
|
MappedFile: Added `try_new_buffer()`.
|
2 years ago |
ffi.rs
|
Added `{As,From,Into}RawFd` impls for ManagedFD and MemoryFile.
|
2 years ago |
file.rs
|
Added `try_map_or_cloned()`: Map a file, or if that fails, map an in-memory copy of that file.
|
2 years ago |
flags.rs
|
Started adding huge-page support in for `MappedFile<T>` and `file::memory::MemoryFile`. Also added huge-page support to `MappedFile<T>` via the `MapFlags` trait, which can also be used to add user-provided flags.
|
2 years ago |
hugetlb.rs
|
Added doc-comment for `hugetlb::HugePage`
|
2 years ago |
lib.rs
|
MappedFile: Added generic into_inner(), inner_mut(), and inner() accessors.
|
2 years ago |
ring.rs
|
Started buffer: `(tx, rx)` memory buffer.
|
2 years ago |
uniq.rs
|
Added `UniqueSlice<T>`, `MappedSlice`.
|
2 years ago |