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

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.

Awesome Lists containing this project

README

          

[![Rust Tests](https://github.com/bungambohlah/codewars-rust-challenges/actions/workflows/rust.yml/badge.svg)](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
```