Docs.rs
macro_io-0.1.0
macro_io 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
svenvdvoort
Dependencies
quote ^1.0
normal
syn ^1.0
normal
trybuild ^1.0
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
macro_
io
0.1.0
All Items
Sections
macro_io
Crate Items
Macros
Crate
macro_io
Copy item path
Source
Expand description
§
macro_io
Rust package that contains procedural macros to do IO during compile time.
Macros
§
read_
file
Read the contents of a file to a string and places the string as a literal in the Rust code.