This is Markdown repository for the Xva documentation.
The Xva documentation is an mdBook repository. mdBook itself is a Cargo utility.
Prerequesites:
- Rust
- mdbook
- To install mdbook, run
cargo install mdbook.
- To install mdbook, run
mdBook has a small server built in that you can use to preview your changes before they are deployed to the docs site:
mdbook serveYou can also run mdBook in watch mode, to have hot reloading capabilities while working on your changes:
mdbook watch- Getting started
- Hello, world!
- Basic concepts
- Variables
- Data types