codendocs 0.0.2

Code & Docs Rust Library or Application
Documentation
codendocs-0.0.2 has been yanked.

Code & Docs

You have following options:

  • Install Workspace
  • Use this as Rust Library
  • Install Rust Application

Install Workspace

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

Use this as Rust Library

  • Add codendocs to your Cargo.toml
  • codendocs = "*"
  • Then use with name cnd: use cnd::*
  • You can check the docs here: docs.rs

Install Rust Application

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

Related Links