codendocs 0.0.1

Code & Docs Rust Library or Application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# Code & Docs

## Install Workspace

* Install Git.
* Clone `codendocs` repository.
* `git clone https://github.com/codendocs/codendocs`
* Open it with VS Code or Obsidian.

## Install Application

* Install Cargo(Rust).
* Install application with cargo.
* `cargo install codendocs`
* Check installation with `cnd --verison`.