diff options
author | Nick Gerace <nickagerace@gmail.com> | 2023-07-07 11:19:16 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2023-07-07 11:19:16 -0400 |
commit | 6c700c6ceb0f07a58aeefc91358fa0fbd016ffad (patch) | |
tree | 4941fb487805073e77d4caa7791fb0ace5ab5236 | |
parent | 9ba917158339a4c070f079fdd72a5180b11c799d (diff) | |
download | gfold-6c700c6ceb0f07a58aeefc91358fa0fbd016ffad.zip |
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -199,6 +199,13 @@ Please [file an issue](https://github.com/nickgerace/gfold/issues/new)! `gfold` is intended to be ran on _any_ tier one Rust 🦀 target. Please [file an issue](https://github.com/nickgerace/gfold/issues) if your platform is unsupported. +## Usage as a Library + +There are two ways to use `gfold` as a "library". + +1) Use the [`libgfold`](./lib/libgfold/README.md) crate that powers `gfold` +1) Consume valid JSON results from `gfold -d json` (not a library, but useful for non-Rust applications) + ## Troubleshooting and Known Issues If you encounter unexpected behavior or a bug and would like to see more details, please run `gfold` with the following @@ -235,13 +242,6 @@ If you are seeing `unsupported extension name extensions.worktreeconfig` or simi This repository's tracking issue is [#205](https://github.com/nickgerace/gfold/issues/205). -## Usage as a Library - -There are two ways to use `gfold` as a "library". - -1) Use the [`libgfold`](./lib/libgfold/README.md) crate that powers `gfold` -1) Consume valid JSON results from `gfold -d json` (not a library, but useful for non-Rust applications) - ## Community For more information and thanks to contributors, users, and the "community" at large, please refer to the **[THANKS](./docs/THANKS.md)** file. |