We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
magic_file()
When passing NULL as filename to magic_file() it will read from stdin instead. The crate should support that usage.
NULL
filename
The text was updated successfully, but these errors were encountered:
https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html#rust-ownership-for-raw-file-descriptorshandles-io-safety might be of interest for working with other, explicit file descriptors.
Sorry, something went wrong.
robo9k
No branches or pull requests
When passing
NULL
asfilename
tomagic_file()
it will read from stdin instead.The crate should support that usage.
The text was updated successfully, but these errors were encountered: