638e83e9dc
This removes mdBook in favor of a flat docs folder generating a single `README.md` in the repository root. Installation and usage instructions have also been expanded slightly.
10 lines
563 B
Markdown
10 lines
563 B
Markdown
# Library usage
|
|
|
|
All of the functionality exposed by the `obsidian-export` CLI command is also accessible as a Rust library, exposed through the [`obsidian_export` crate][obsidian-export-crates-io].
|
|
|
|
To get started, visit the library documentation on [obsidian_export][crate-docs] and [obsidian_export::Exporter][exporter-docs].
|
|
|
|
[obsidian-export-crates-io]: https://crates.io/crates/obsidian-export
|
|
[crate-docs]: https://docs.rs/obsidian-export/latest/obsidian_export/
|
|
[exporter-docs]: https://docs.rs/obsidian-export/latest/obsidian_export/struct.Exporter.html
|