Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thclark/turbopark-rust
Learning rust - and improving TurbOPark while I do it
https://github.com/thclark/turbopark-rust
Last synced: about 2 months ago
JSON representation
Learning rust - and improving TurbOPark while I do it
- Host: GitHub
- URL: https://github.com/thclark/turbopark-rust
- Owner: thclark
- License: apache-2.0
- Created: 2022-02-03T08:45:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T11:42:02.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T04:21:24.272Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# turbopark-rust
[![Crates.io](https://img.shields.io/crates/v/turbopark-rust.svg)](https://crates.io/crates/turbopark-rust)
[![Docs.rs](https://docs.rs/turbopark-rust/badge.svg)](https://docs.rs/turbopark-rust)
[![CI](https://github.com/thclark/turbopark-rust/workflows/CI/badge.svg)](https://github.com/thclark/turbopark-rust/actions)
[![Coverage Status](https://coveralls.io/repos/github/thclark/turbopark-rust/badge.svg?branch=main)](https://coveralls.io/github/thclark/turbopark-rust?branch=main)
[![Rust GitHub Template](https://img.shields.io/badge/Rust%20GitHub-Template-blue)](https://rust-github.github.io/)## Installation
### Cargo
- Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
- run `cargo install turbopark-rust`## Contribution
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.See [CONTRIBUTING.md](CONTRIBUTING.md).