ports/misc/rustlings/pkg-message
Adam Weinberger 564a74440e misc/rustlings: Add new ports
Rustlings is a set of really cool interactive, progressive tutorials for
the Rust language, written and maintained by the Rust community.

WWW: https://rustlings.rust-lang.org
2025-10-07 09:39:26 -04:00

23 lines
529 B
Plaintext

[
{
type: install,
message: <<EOM
===========================================================
Before running `rustlings` for the first time, you need to initialize the
directory structure and prepare the exercises. To do that, run:
$ cd /a/good/plate/for/exercises
$ rustlings init
$ cd rustlings
$ rustlings
For more information, visit the Rustlings website:
https://rustlings.rust-lang.org/
===========================================================
EOM
}
]