Remove bdk-ffi-bindgen tool section in root readme

This commit is contained in:
thunderbiscuit 2023-03-24 12:56:06 -04:00
parent b6c8b145bb
commit 6bab5a159d
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -23,13 +23,6 @@ The below directories (a separate repository in the case of bdk-swift) include i
| Swift | iOS, macOS | [bdk-swift (GitHub)] | [Readme bdk-swift] | |
| Python | linux, macOS, Windows | [bdk-python (PyPI)] | [Readme bdk-python] | |
## Language bindings generator tool
Use the `bdk-ffi-bindgen` tool to generate language binding code for the above supported languages.
To run `bdk-ffi-bindgen` and see the available options use the command:
```shell
cargo run -p bdk-ffi-bindgen -- --help
```
## Contributing
### Adding new structs and functions