Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TryFromBytes methods for consistency with FromBytes #1475

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

jswrenn
Copy link
Collaborator

@jswrenn jswrenn commented Jul 1, 2024

  • try_mut_from -> try_mut_from_bytes
  • try_read_from -> try_read_from_bytes
  • try_ref_from -> try_ref_from_bytes

Makes progress towards #871

- `try_mut_from` -> `try_mut_from_bytes`
- `try_read_from` -> `try_read_from_bytes`
- `try_ref_from` -> `try_ref_from_bytes`

Makes progress towards #871
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.35%. Comparing base (8151bdb) to head (27f5262).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1475   +/-   ##
=======================================
  Coverage   87.34%   87.35%           
=======================================
  Files          15       15           
  Lines        5303     5307    +4     
=======================================
+ Hits         4632     4636    +4     
  Misses        671      671           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshlf joshlf added this pull request to the merge queue Jul 1, 2024
@joshlf joshlf mentioned this pull request Jul 1, 2024
13 tasks
Merged via the queue into main with commit 52e3577 Jul 1, 2024
78 checks passed
@joshlf joshlf deleted the tfb-renames branch July 1, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants