Difference between revisions of "Rust"

From Chessprogramming wiki
Jump to: navigation, search
Line 14: Line 14:
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=61843 Rasher (UCI) by Morten Lohne written in Rust] by [[Norbert Raimund Leisner]], [[CCC]], October 26, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=61843 Rasher (UCI) by Morten Lohne written in Rust] by [[Norbert Raimund Leisner]], [[CCC]], October 26, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=62323 New Rust Chess Library] by [[Jordan Bray]], [[CCC]] November 30, 2016
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=62323 New Rust Chess Library] by [[Jordan Bray]], [[CCC]] November 30, 2016
* [http://www.talkchess.com/forum3/viewtopic.php?f=3&t=66838 What do you think of Rust compared to C or C++ ?] by [[Mahmoud Uthman]], [[CCC]], March 16, 2018
+
* [http://www.talkchess.com/forum3/viewtopic.php?f=3&t=66838 What do you think of Rust compared to C or C++ ?] by [[Mahmoud Uthman]], [[CCC]] (Chess Thinkers), March 16, 2018
  
 
=External Links=
 
=External Links=
Line 25: Line 25:
 
==Chess==
 
==Chess==
 
* [https://jordanbray.github.io/chess/chess/index.html chess - Rust] by [[Jordan Bray]]
 
* [https://jordanbray.github.io/chess/chess/index.html chess - Rust] by [[Jordan Bray]]
* [https://github.com/fabianvdW/FabChess GitHub - fabianvdW/FabChess: FabChess] by [[Fabian von der Warth]] » [[FabChess]]
+
* [https://github.com/fabianvdW/FabChess GitHub - fabianvdW/FabChess: FabChess] » [[FabChess]]
* [https://github.com/Johnson-A/Crabby GitHub - Johnson-A/Crabby: Chess Engine written using the Rust programming language] by [[Alex Johnson]] » [[Crabby]]
+
* [https://github.com/Johnson-A/Crabby GitHub - Johnson-A/Crabby: Chess Engine written using the Rust programming language] » [[Crabby]]
* [https://github.com/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] by [[Morten Lohne]] » [[Rasher]]
+
* [https://github.com/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] » [[Rasher]]
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] by [[Vincent Ollivier]] » [[Little Wing]]
+
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] » [[Little Wing]]
 +
* [https://github.com/syzygy1/Rustfish GitHub - syzygy1/Rustfish: Rust port of Stockfish] » [[Rustfish]]
  
 
=References=  
 
=References=  

Revision as of 19:26, 11 October 2019

Home * Programming * Languages * Rust

Rust Logo [1]

Rust,
a multi-paradigm system programming language featuring safe memory handling and concurrency, syntactically similar to C or C++ [2].

Chess Engines

Forum Posts

External Links

General Purpose

Chess

References

Up one Level