codendocs

Crates.iocodendocs
lib.rscodendocs
version0.0.7
sourcesrc
created_at2023-11-06 00:17:49.527694
updated_at2024-01-05 03:53:12.489349
descriptionCode & Docs Rust Library or Application
homepagehttps://github.com/codendocs
repositoryhttps://github.com/codendocs/codendocs
max_upload_size
id1026241
size3,341
Code & Docs (codendocs)

documentation

README

Code & Docs

You have following options:

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

Among them, do what you want.

Visit Website

  • Just visit the link below.
  • https://codendocs.vercel.app
  • The main purpose is publishing Obsidian vault.
  • The work will continue so please keep watching.

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: cargo add codendocs
  • 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

Commit count: 0

cargo fmt