Last active
December 14, 2015 14:39
-
-
Save pcwalton/5102328 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go Rust | |
----------- ------ | |
break break | |
case (syntax) | |
chan (library) | |
const const | |
continue loop | |
default (syntax) | |
defer | |
else else | |
fallthrough | |
for for | |
func fn | |
go (library) | |
goto | |
if if | |
import use | |
interface trait | |
map (library) | |
package mod | |
range (library) | |
return return | |
select (library) | |
struct struct | |
switch match | |
type type | |
var let | |
(syntax) as | |
do | |
enum | |
(tool) extern | |
(ident.) false | |
impl | |
once | |
(syntax) priv | |
(syntax) pub | |
(syntax) ref | |
(syntax) self | |
super | |
(ident.) true | |
(library) unsafe | |
(syntax) while |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment