file-exists-macro
A Rust procedural macro that checks if a file exists at compile time and expands to a boolean (true or false) based on the file's existence.
Example
use exists;
const CARGO_EXISTS: bool = exists!;
A Rust procedural macro that checks if a file exists at compile time and expands to a boolean (true or false) based on the file's existence.
use exists;
const CARGO_EXISTS: bool = exists!;