# template-rust
[](https://crates.io/crates/template-rust)
[](#License)
[](https://dev.azure.com/alecmocatta/template-rust/_build/latest?branchName=master)
[Docs](https://docs.rs/template-rust/0.1.0)
A template Rust library crate.
This is template for Rust libraries, comprising a [`hello_world()`](https://docs.rs/template-rust/0.1.0/template_rust/fn.hello_world.html) function.
## Example
```rust
use template_rust::hello_world;
hello_world();
```
## Note
Caveat emptor.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE.txt](LICENSE-APACHE.txt) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT.txt](LICENSE-MIT.txt) or http://opensource.org/licenses/MIT)
at your option.
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 as above, without any additional terms or conditions.