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

feat: add impl IntoJs and FromJs for char #330

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

ahaoboy
Copy link
Contributor

@ahaoboy ahaoboy commented Jul 7, 2024

In the scenario of passing a single character in js and rust, it is more convenient to use char than String

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.94%. Comparing base (304db5d) to head (b254947).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #330       +/-   ##
===========================================
- Coverage   68.31%   55.94%   -12.37%     
===========================================
  Files          83       83               
  Lines       12237    12274       +37     
===========================================
- Hits         8360     6867     -1493     
- Misses       3877     5407     +1530     

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

@ahaoboy
Copy link
Contributor Author

ahaoboy commented Jul 12, 2024

ci failed, but it seems to have nothing to do with this pr?

Copy link
Owner

@DelSkayn DelSkayn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good, thanks!

@DelSkayn DelSkayn merged commit 1a398d9 into DelSkayn:master Jul 19, 2024
28 checks passed
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.

None yet

3 participants