Just a start on helping with rust-lang/rust#10513
Tasks: http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Rust
Done:
- A+B -
a+b.rs
- Anagrams -
anagrams.rs
- Apply a callback to an array -
callback_to_array.rs
- Averages/Arithmetic mean -
arithmetic_mean.rs
- [Balanced brackets] (http://rosettacode.org/wiki/Balanced_brackets) -
balanced_brackets.rs
- [Bubble sort] (http://rosettacode.org/wiki/Sorting_algorithms/Bubble_sort) -
bubble_sort.rs
- Check input device is a terminal -
input_is_terminal.rs
- Check output device is a terminal -
output_is_terminal.rs
- Check that file exists -
check_file.rs
- Concurrent computing -
concurrent_computing.rs
- Count in octal -
count_in_octal.rs
- Create a file -
create_file.rs
- Empty program -
empty.rs
- Entropy -
entropy.rs
- [Factorial] (http://rosettacode.org/wiki/Factorial) -
factorial.rs
- Fibonacci word -
fibonacci_word.rs
- File size -
filesize.rs
- Find limit of recursion -
recursion_depth.rs
- Generic swap -
swap.rs
- [Guess the number] (http://rosettacode.org/wiki/Guess_the_number) -
guess_number.rs
- [Gray code] (http://rosettacode.org/wiki/Gray_code) -
gray_code.rs
- Hailstone sequence -
hailstone.rs
- Integer sequence -
integer_sequence.rs
- LZW compression -
lwz.rs
- [Markov algorithm] (http://rosettacode.org/wiki/Execute_a_Markov_algorithm) -
markov_algorithm.rs
- Mutual recursion -
mutual_recursion.rs
- N-queens problem -
N_queens_problem.rs
- [Palindrome detection] (http://rosettacode.org/wiki/Palindrome_detection) -
palindrome.rs
- Primality by Trial Division -
primality_trial_div.rs
- Prime decomposition -
prime_decomposition.rs
- Read a file line by line -
read_file_line.rs
- Rename a file -
rename_a_file.rs
- [Rot-13] (http://rosettacode.org/wiki/Rot-13) -
rot13.rs
- Sieve of Eratosthenes -
sieve_eratosthenes.rs