https://github.com/doumanash/fd-writer
Simple writer to file descriptor using libc
https://github.com/doumanash/fd-writer
Last synced: about 2 months ago
JSON representation
Simple writer to file descriptor using libc
- Host: GitHub
- URL: https://github.com/doumanash/fd-writer
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2021-05-20T00:35:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T13:33:09.000Z (about 4 years ago)
- Last Synced: 2025-02-14T07:28:00.860Z (3 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fd-writer

[](https://crates.io/crates/fd-writer)
[](https://docs.rs/crate/fd-writer/)Simple writer to file descriptor using libc.
## Features:
- `std` - Enables `std::io::Write` implementation.