test-assets

Crates.iotest-assets
lib.rstest-assets
version0.2.0
sourcesrc
created_at2016-09-20 14:37:11.669301
updated_at2018-05-31 13:32:52.533237
descriptionDownload test assets, managing them outside of git
homepage
repositoryhttps://github.com/est31/test-assets
max_upload_size
id6557
size21,944
(est31)

documentation

https://docs.rs/test-assets/

README

Test assets crate

Download test assets, managing them outside of git.

crates.io

Documentation

git is nice for many purposes, but it stores the whole history. Once added, an asset will bloat your git repository even after you've removed it again, until drastic measures are taken like a rewrite of the history. Best don't even add it to git in the first place, and keep git to text files only.

Submodules can be used to manage this as well, but they are very hard to use and add lots of complexity to your users.

With this library, the only thing your users have to do is git clone.

License

Licensed under Apache 2 or MIT (at your option). For details, see the LICENSE file.

All examples inside the examples/ folder are licensed under the CC-0 license.

License of your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed / CC-0 licensed as above, without any additional terms or conditions.

Commit count: 16

cargo fmt