unreal-doc 1.0.7

Tool for generating documentation from Unreal C++ sources.
list:
  just --list

format:
  cargo fmt

build:
  cargo build

test:
  cargo test

clippy:
  cargo clippy

checks:
  just build
  just clippy
  just test

list-outdated:
  cargo outdated -R -w

update:
  cargo update --aggressive

publish:
  cargo publish --no-verify