Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomissbowling/bowling_score
bowling score app for Rust
https://github.com/nomissbowling/bowling_score
Last synced: about 1 month ago
JSON representation
bowling score app for Rust
- Host: GitHub
- URL: https://github.com/nomissbowling/bowling_score
- Owner: nomissbowling
- License: mit
- Created: 2024-02-26T04:47:31.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T01:58:05.000Z (10 months ago)
- Last Synced: 2024-10-31T11:51:39.870Z (about 2 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/bowling_score
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bowling_score
=============bowling score app for Rust
sample
------input line(s)
```
# comment
x x x x x x x x x x x x # comment
G/G/G/G/G/G/G/G/G/G/G # comment
```output
```
x x x x x x x x x xxx
30 60 90 120 150 180 210 240 270 300
G/ G/ G/ G/ G/ G/ G/ G/ G/ G/G
10 20 30 40 50 60 70 80 90 100
```links
-----library
- crate [https://crates.io/crates/bscore](https://crates.io/crates/bscore)
- repository [https://github.com/nomissbowling/bscore-rs](https://github.com/nomissbowling/bscore-rs)
- docs [https://docs.rs/bscore/latest/bscore/](https://docs.rs/bscore/latest/bscore/)cdylib
- crate [https://crates.io/crates/bscore-lib](https://crates.io/crates/bscore-lib)
- repository [https://github.com/nomissbowling/bscore-lib](https://github.com/nomissbowling/bscore-lib)
- docs [https://docs.rs/bscore-lib/latest/bscore_lib/](https://docs.rs/bscore-lib/latest/bscore_lib/)app sample
- [https://crates.io/crates/bowling_score](https://crates.io/crates/bowling_score)
- [https://github.com/nomissbowling/bowling_score](https://github.com/nomissbowling/bowling_score)for python
- [https://github.com/nomissbowling/bscore](https://github.com/nomissbowling/bscore)
License
-------MIT License