Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alecmocatta/template-rust
A template Rust library crate.
https://github.com/alecmocatta/template-rust
Last synced: about 1 month ago
JSON representation
A template Rust library crate.
- Host: GitHub
- URL: https://github.com/alecmocatta/template-rust
- Owner: alecmocatta
- License: apache-2.0
- Created: 2019-07-20T10:11:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:54:11.000Z (over 3 years ago)
- Last Synced: 2024-09-15T09:24:44.980Z (2 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
README
# template-rust
[![Crates.io](https://img.shields.io/crates/v/template-rust.svg?maxAge=86400)](https://crates.io/crates/template-rust)
[![MIT / Apache 2.0 licensed](https://img.shields.io/crates/l/template-rust.svg?maxAge=2592000)](#License)
[![Build Status](https://dev.azure.com/alecmocatta/template-rust/_apis/build/status/tests?branchName=master)](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.