Expand description
The implementation of built-in macros which relate to the file system.
Functionsยง
- expand_
column ๐ - Expand
column!()to the current column number. - expand_
file ๐ - Expand
file!()to the current filename. - expand_
include ๐ - Expand
include!($input). - expand_
include_ ๐bytes - Expand
include_bytes!($input)to the content of the file given by path$input. - expand_
include_ ๐str - Expand
include_str!($input)to the content of the UTF-8-encoded file given by path$inputas a string literal. - expand_
line ๐ - Expand
line!()to the current line number. - expand_
mod ๐ - Expand
module_path!()to (a textual representation of) the current module path. - expand_
stringify ๐ - Expand
stringify!($input). - find_
path_ ๐suggestion - load_
binary_ ๐file