Skip to content

Remove redundant async feature from rust library#818

Merged
caesay merged 1 commit intodevelopfrom
cs/remove-rust-async
Mar 15, 2026
Merged

Remove redundant async feature from rust library#818
caesay merged 1 commit intodevelopfrom
cs/remove-rust-async

Conversation

@caesay
Copy link
Member

@caesay caesay commented Mar 15, 2026

This feature is of limited value: it only wraps synchronous methods (does not actually provide real async) and consumers of this library may be using a different async runtime (tokio etc) so the methods cant be used anyway.

@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.78%. Comparing base (e93d57e) to head (282a469).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #818      +/-   ##
===========================================
+ Coverage    43.71%   43.78%   +0.06%     
===========================================
  Files          259      259              
  Lines        20333    20333              
  Branches      2189     2189              
===========================================
+ Hits          8888     8902      +14     
+ Misses       11056    11040      -16     
- Partials       389      391       +2     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@caesay caesay force-pushed the cs/remove-rust-async branch from 3ce9402 to 282a469 Compare March 15, 2026 16:05
@caesay caesay changed the title Remove async feature from rust library Remove redundant async feature from rust library Mar 15, 2026
@caesay caesay merged commit 59d1988 into develop Mar 15, 2026
57 checks passed
@caesay caesay deleted the cs/remove-rust-async branch March 15, 2026 16:19
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.

1 participant