Module use_file

Source
Expand description

Implementations that just need to read from a file

Modulesยง

sync ๐Ÿ”’
util_libc ๐Ÿ”’

Constantsยง

FD_ONGOING_INIT ๐Ÿ”’
FD_UNINIT ๐Ÿ”’
FILE_PATH ๐Ÿ”’
For all platforms, we use /dev/urandom rather than /dev/random. For more information see the linked man pages in lib.rs.

Staticsยง

FD ๐Ÿ”’

Functionsยง

fill_inner
open_fd ๐Ÿ”’
open_or_wait ๐Ÿ”’
open_readonly ๐Ÿ”’
Open a file in read-only mode.