Implement AsRef<[u8]>, Borrow<[u8]>, and Deref<Target=[u8]> for Key#494
Conversation
|
Welcome @ADSteele916! |
f23f994 to
a6d42c3
Compare
|
@pingyu could you or another maintainer please take a look at this PR? |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthrough
ChangesKey byte-access traits and RegionCache explicit type params
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@ADSteele916 Thanks for your contribution ! I'm sorry for the late. Please fix the CI errors. |
Signed-off-by: Alex Steele <45648397+ADSteele916@users.noreply.github.com>
31ca961 to
f3ad9f7
Compare
No worries at all about the delay! Should be fixed now. I probably tested my changes locally with |
|
/cc @iosmanthus |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iosmanthus, pingyu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
@ADSteele916 Thank you ! |
These trait implementations make it easier to work with
Keyinstances outputted by operations likescanandscan_keyswithout making unnecessary clones.Summary by CodeRabbit