Difference between revisions of "Rust"

From Chessprogramming wiki
Jump to: navigation, search
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]]
+
* [https://github.com/fabianvdW/FabChess GitHub - fabianvdW/FabChess: FabChess] by [[Fabian von der Warth]] » [[FabChess]]
* [https://github.com/Johnson-A/Crabby GitHub - Johnson-A/Crabby: Chess Engine written using the Rust programming language] by [[Alex Johnson]]
+
* [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/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] by [[Morten Lohne]]
+
* [https://github.com/MortenLohne/rasher GitHub - MortenLohne/rasher: UCI chess engine] by [[Morten Lohne]] » [[Rasher]]
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] by [[Vincent Ollivier]]
+
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: ♟♛ Chess engine written in Rust] by [[Vincent Ollivier]] » [[Little Wing]]
  
 
=References=  
 
=References=  

Revision as of 10:44, 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