Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencerjibz/rust_regularly
https://github.com/spencerjibz/rust_regularly
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/spencerjibz/rust_regularly
- Owner: spencerjibz
- Created: 2021-11-16T21:48:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T14:29:13.000Z (about 1 year ago)
- Last Synced: 2023-09-26T19:31:07.215Z (about 1 year ago)
- Language: Rust
- Size: 141 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RUST_ADVENTURES
The repo features usage and learning in rust including:
- Solutions to Katas from coderwars
- Translations from other languages to rust(mainly Javascript)
- Some Trial algorithms with tests### Requirments
- All versions of rust edition 2018
- For some, the nightly tool chain may be needed
### Usage
- Clone the repo using git (check my other repos for instructions on how to ).
- change to any desired directory and use using `cargo run or cargo build` to produce platform dependent binaries. Use the release flag (`cargo run --release `) for optimized builds.
- Use `cargo test ` to test examples with test suites.
Note: Some of the sub-modules could have no-std code