draven

Crates.iodraven
lib.rsdraven
version2.5.1
sourcesrc
created_at2024-05-22 15:44:55.922343
updated_at2024-05-24 10:47:55.593119
descriptiondraven creates obsidian graph files from a rust project structs in real time
homepage
repositoryhttps://github.com/AuracleTech/draven
max_upload_size
id1248072
size24,110
A (AuracleTech)

documentation

README

draven

draven creates obsidian graph files from a rust project structs in real time 🌟

rustc compiler output

Install
cargo install draven
Usage
draven -w -i "path/to/rust_project_src" -o "path/to/an_obsidian_vault"
  • -i <folder> location to get rust project from
  • -o <folder> location to write markdown files to
  • -h Display help message
  • -w Watches for file change in input folder
  • -p Enable linking primitive types in markdown files
  • -s Silent mode
Commit count: 67

cargo fmt