Skip to content

Commit

Permalink
docs: tweak comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jun 23, 2024
1 parent 0859ef1 commit 5efa2e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ This project as compared to other known bindings:
|Binding framework|PyO3|PyO3|cgo|
|[ABI3] compatibility|βœ… any Python ≥ 3.8|❌|❌|
|Bundled ✨|Rust, 0.12.x|Rust, 0.10.x|Go, circa March 2023|
|Data marshalling 🐍➑️✨|⚑ native FFI|πŸ“¦ via Python `json`|⚑ native FFI|
|Data marshalling ✨➑️🐍|⚑ native FFI|πŸ“¦ via Python `json`|⚑ native FFI|
|Putting opaque 🐍 values into ✨|βœ…|❌|πŸ’₯ crashes|
|Getting opaque ✨ values into 🐍|βœ…|❌|❌|
|Data marshalling|⚑ native FFI|πŸ“¦ via Python `json`|⚑ native FFI|
|Accessing opaque 🐍 values from ✨|βœ…|❌|πŸ’₯ crashes|
|Accessing opaque ✨ values from 🐍|βœ…|❌|❌|
|Magic method proxying for opaque 🐍 values|βœ… somewhat complete|❌|❌|
|Magic method proxying for opaque ✨ values|πŸ”§ WIP|❌|❌|
|Invoking 🐍 callables from ✨|βœ…|❌|❌|
Expand Down

0 comments on commit 5efa2e4

Please sign in to comment.