Skip to content

notgull/fionread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fionread

crates.io Documentation Build Status

This crate provides an abstraction over the FIONREAD ioctl. This is used to tell how many bytes are in the read queue for a given socket.

This is an "unsafe-quarantine microcrate", since I want breadx to be able to be forbid(unsafe_code), and it seems a little silly to throw that away for a single syscall that probably won't be used that often in the common case. That's not to say that this may not be useful elsewhere.

MSRV is currently 1.46.0. This MSRV will not change without a minor version bump.

License

This package is distributed under the Boost Software License Version 1.0. Consult the LICENSE file or consult the web mirror for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages