https://github.com/chippers/includer
Dynamically include assets from directories at compile time with stable rust.
https://github.com/chippers/includer
assets-management code-generation rust
Last synced: 6 months ago
JSON representation
Dynamically include assets from directories at compile time with stable rust.
- Host: GitHub
- URL: https://github.com/chippers/includer
- Owner: chippers
- License: apache-2.0
- Created: 2018-09-01T21:28:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T18:17:53.000Z (about 7 years ago)
- Last Synced: 2024-10-19T12:35:17.524Z (12 months ago)
- Topics: assets-management, code-generation, rust
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# includer [](https://travis-ci.org/chippers/includer)
Dynamically include assets from directories at compile time on stable rust with code generation.
For crate specific information, check the README in their own directory.
### TODO
* make a compressed assets pipeline
* make a cargo feature for lazy_static initialized hashsets
* flesh out readme
* allow choice of const vs static?## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.