Skip to content

Commit

Permalink
ffi: merge nostr-ffi in nostr-sdk-ffi
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Oct 31, 2024
1 parent 0b31464 commit ffcb23d
Show file tree
Hide file tree
Showing 136 changed files with 444 additions and 1,827 deletions.
204 changes: 0 additions & 204 deletions .github/workflows/publish-python.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@
* lmdb: mark event as deleted only if database have the target event ([Yuki Kishimoto])
* signer: bootstrap NIP46 signer on demand ([Yuki Kishimoto])
* bindings(nostr): adj. `tag` module ([Yuki Kishimoto])
* js: change `opt-level` to `z` ([Yuki Kishimoto])
* ffi: merge `nostr-ffi` in `nostr-sdk-ffi` ([Yuki Kishimoto])
* js: merge `nostr-js` into `nostr-sdk-js` ([Yuki Kishimoto])
* js: change `opt-level` to `z` ([Yuki Kishimoto])

### Added

Expand Down
11 changes: 1 addition & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"bindings/nostr-ffi",
"bindings/nostr-sdk-ffi",
"bindings/nostr-sdk-js",
"bindings/uniffi-bindgen",
Expand Down
3 changes: 1 addition & 2 deletions bindings/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# rust-nostr bindings

- UniFFI (Python, Kotlin, Swift):
* [nostr-ffi](./nostr-ffi): UniFFI bindings of the [nostr] crate
* [nostr-sdk-ffi](./nostr-sdk-ffi): UniFFI bindings of the [nostr-sdk] crate
* [nostr-sdk-ffi](./nostr-sdk-ffi): UniFFI bindings of the [nostr] and [nostr-sdk] crates
- JavaScript:
* [nostr-sdk-js](./nostr-sdk-js): JavaScript bindings of the [nostr] and [nostr-sdk] crates

Expand Down
2 changes: 0 additions & 2 deletions bindings/nostr-ffi/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions bindings/nostr-ffi/Cargo.toml

This file was deleted.

86 changes: 0 additions & 86 deletions bindings/nostr-ffi/README.md

This file was deleted.

Loading

0 comments on commit ffcb23d

Please sign in to comment.