Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spencerjibz/rust_regularly


https://github.com/spencerjibz/rust_regularly

Last synced: about 6 hours ago
JSON representation

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