https://github.com/bungambohlah/codewars-rust-challenges
This is a code challenge solution with using Rust programming language from Codewars.
https://github.com/bungambohlah/codewars-rust-challenges
codewars codewars-challenges codewars-kata-solutions codewars-rust codewars-solutions rust rust-lang
Last synced: over 1 year ago
JSON representation
This is a code challenge solution with using Rust programming language from Codewars.
- Host: GitHub
- URL: https://github.com/bungambohlah/codewars-rust-challenges
- Owner: bungambohlah
- Created: 2023-05-25T09:54:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:21:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T08:33:28.476Z (over 1 year ago)
- Topics: codewars, codewars-challenges, codewars-kata-solutions, codewars-rust, codewars-solutions, rust, rust-lang
- Language: Rust
- Homepage: https://www.codewars.com/users/bungambohlah
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://github.com/bungambohlah/codewars-rust-challenges/actions/workflows/rust.yml)
# Rust Challenge from Codewars
This is a code challenge **solution** with using Rust programming language from [Codewars](https://codewars.com).
You can use this solution as your reference or train.
Or for more information, you can visit my Codewars profile in here: [bungambohlah](https://www.codewars.com/users/bungambohlah)
## Table of Contents
- [Rust Challenge from Codewars](#rust-challenge-from-codewars)
- [Table of Contents](#table-of-contents)
- [List of Codewars Challenges is Done](#list-of-codewars-challenges-is-done)
- [Commands](#commands)
## List of Codewars Challenges is Done
1. [Bit Counting](https://www.codewars.com/kata/526571aae218b8ee490006f4)
2. [Unique in Order](https://www.codewars.com/kata/54e6533c92449cc251001667)
3. [Playing with digits](https://www.codewars.com/kata/5552101f47fc5178b1000050)
4. [Exes and Ohs](https://www.codewars.com/kata/55908aad6620c066bc00002a)
5. [Moving Zeros to The End](https://www.codewars.com/kata/52597aa56021e91c93000cb0)
6. [Does my number look big in this?](https://www.codewars.com/kata/5287e858c6b5a9678200083c)
7. [Rot13](https://www.codewars.com/kata/530e15517bc88ac656000716)
8. [ISBN-10 Validation](https://www.codewars.com/kata/51fc12de24a9d8cb0e000001)
9. [int32 to IPv4](https://www.codewars.com/kata/52e88b39ffb6ac53a400022e)
10. [Primes in numbers](https://www.codewars.com/kata/54d512e62a5e54c96200019e)
11. [Integers: Rec reation One](https://www.codewars.com/kata/55aa075506463dac6600010d)
12. [Snail Sort](https://www.codewars.com/kata/521c2db8ddc89b9b7a0000c1)
13. [Large Factorials](https://www.codewars.com/kata/557f6437bf8dcdd135000010)
## Commands
- Run the main function
```sh
cargo run
```
- Run tests
```sh
cargo test
```