Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Conversation

cathay4t
Copy link
Member

@cathay4t cathay4t commented Apr 2, 2025

=== Breaking changes

  • Changed DecodeError from struct to enum. (5e39d65)
  • Changed EncodeError from struct to enum. (0353682)
  • DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
  • Removed the use of anyhow. (5e39d65, 0353682)
  • Replaced paste with pastey. (8897cf0)

=== New features

=== Bug fixes

  • N/A

=== Breaking changes
 - Changed `DecodeError` from `struct` to `enum`. (5e39d65)
 - Changed `EncodeError` from `struct` to `enum`. (0353682)
 - DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
 - Removed the use of `anyhow`. (5e39d65, 0353682)
 - Replaced `paste` with pastey. (8897cf0)

=== New features
 - Add `parse_i64()`. (414d14e)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <[email protected]>
@codecov
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.08%. Comparing base (1e7454c) to head (8a16307).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   35.08%   35.08%           
=======================================
  Files           3        3           
  Lines         362      362           
=======================================
  Hits          127      127           
  Misses        235      235           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cathay4t cathay4t merged commit ed3fc1b into rust-netlink:main Apr 2, 2025
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant