An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# includer [![Build Status](https://travis-ci.org/chippers/includer.svg?branch=master)](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.