Interactive Code Snippets

As you may have noticed, this documentation contains blocks of code that you can run while reading.

For example:

fn main() { println('Hello, Interactive Playground!') }

This is done with V Playground Component. This component is easily embedded on any web page. See Project README for more details.