fs-embed-macros 0.2.4

Procedural macros for the fs-embed library
Documentation
1
2
3
4
5
6
7
8
9
# fs-embed-macros

Procedural macro crate for [fs-embed](https://crates.io/crates/fs-embed).

This crate provides the `embed_dir!` macro, which enables embedding directories into your Rust binary at compile time. It is not intended for direct use; depend on the main `fs-embed` crate instead.

## License

Dual-licensed under Apache-2.0 or MIT.