| Crates.io | bcar |
| lib.rs | bcar |
| version | 0.2.1 |
| created_at | 2020-06-23 10:12:13.872461+00 |
| updated_at | 2021-05-03 09:34:29.006436+00 |
| description | BCar is a Rust library with basic bicycle car computations. |
| homepage | |
| repository | https://git.sr.ht/~qeef/bcar |
| max_upload_size | |
| id | 257135 |
| size | 51,510 |
BCar is a Rust library with basic bicycle car computations. The project is published under MIT License.
Use OneFlow branching model and keep the changelog.
Write great git commit messages:
When adding feature or hotfix, use Test-driven development (TDD):
cargo test), check that the test fail.Document new functions, methods, structs, and files. Use Examples section as basic unit tests.