From c68c13fbfa62192d3491eda80b12c58ab4df016c Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 1 Apr 2024 15:05:33 -0400 Subject: [PATCH] docs: clean up unecessary docs in root readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index cf87296..209f16a 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,6 @@ This library should compile with any combination of features with Rust 1.73.0. ### Adding new structs and functions See the [UniFFI User Guide](https://mozilla.github.io/uniffi-rs/) -#### For pass by value objects -1. Create new rust struct with only fields that are supported UniFFI types -2. Update mapping `bdk.udl` file with new `dictionary` - -#### For pass by reference values -1. Create wrapper rust struct/impl with only fields that are `Sync + Send` -2. Update mapping `bdk.udl` file with new `interface` - ## Goals 1. Language bindings should feel idiomatic in target languages/platforms 2. Adding new targets should be easy