We're using this binding for SlateDB (a storage engine similar to RocksDB). SlateDB uses Rust traits in several scenarios:
- Users implement a
MergeOperator trait to implement custom merge logic in SlateDB
- 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?
We're using this binding for SlateDB (a storage engine similar to RocksDB). SlateDB uses Rust traits in several scenarios:
MergeOperatortrait to implement custom merge logic in SlateDBLogCallbackso bindings may integrate SlateDB logs into their log framework of choiceIt seems that the current Node bindgen library doesn't support these use cases.