Abstraction over a file or block device that can be read/written with offset.
process-read-write allow you to read and write bytes from another processes, it also enables you to monitor a specefic process using ptrace, geting a real-time list a list of all the system calls made by that process.
Pure-Rust library for reading and writing vector GIS formats
Concurrent utilities library providing thread pools, task scheduling, synchronization primitives and other concurrent programming tools
A utility to provide more convenient `Read` `Write` `Seek` `Debug` `Cursor` that could be shared, e.g. `SharedReader`, `SharedWriter`, `SharedReadWrite`, `DishonestReader` for modifying data using closures when being called `read()`, `CombinedReader` combines two readers but you can 'slice' the readers to make it only able to read parts of them, `CursorVecU8` have a better formatting behavior, `SharedCursor` shares a `CursorVecU8`, `MultistreamIO` allows you to switch its streams to read or write, `SharedMultistreamIO` shares the `MultistreamIO`. All of these 'shared' version are used for the 3rd party library to read/write and you can capture the data or modify the data.
ReadWriteExt trait with `chain_after` and `take_rw` for `std::io::Read + Write` structs
Buffered IO. Like BufWriter and BufReader combined into one, with Seek-support.
Async UDP client for Yaskawa High-Speed Ethernet Server (HSES) communication
Protocol definitions and serialization for Yaskawa High-Speed Ethernet Server (HSES)
Mock HSES UDP server for testing and development
A concurrent, unordered collection for Rust, where each element has an internally generated ID and a read-write lock.
Concurrent utilities library providing thread pools, task scheduling, synchronization primitives and other concurrent programming tools
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.