mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-27 05:27:44 +00:00
Remove wrong instruction
This commit is contained in:
parent
88e2b32d35
commit
e77562e096
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ On release mode it falls back to `include_str!`, `include_bytes!` and `include_d
|
|||
|
||||
## Usage
|
||||
|
||||
After running `cargo add embed`, you can do:
|
||||
|
||||
```rs
|
||||
let contents: String = embed::string!("path/to/file.txt");
|
||||
let bytes: Vec<u8> = embed::bytes!("path/to/image.png");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue