Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
-rw-r--r-- README.md
-rw-r--r-- structs1.rs
-rw-r--r-- structs2.rs
-rw-r--r-- structs3.rs
README

Structs

Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.

Further information