obsidian-rs-core 0.2.0

A library for interacting with Obsidian vaults
Documentation
1
2
3
4
5
6
.PHONY : checks
checks :
	cargo fmt --check
	cargo check
	cargo clippy
	cargo test