Skip to content

Support Rust traits/callbacks #29

@criccomini

Description

@criccomini

We're using this binding for SlateDB (a storage engine similar to RocksDB). SlateDB uses Rust traits in several scenarios:

  1. Users implement a MergeOperator trait to implement custom merge logic in SlateDB
  2. SlateDB provides a LogCallback so bindings may integrate SlateDB logs into their log framework of choice

It seems that the current Node bindgen library doesn't support these use cases.

  • Do you have any plans to add such support?
  • Are you open to accepting (AI coded, AI tested, human reviewed) PRs for these features?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions