Skip to content

Replace float_deserialize feature with deserialize_via_float method #39

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FSMaxB
Copy link
Collaborator

@FSMaxB FSMaxB commented Jul 11, 2025

This replaces the float_deserialize feature with Int::deserialize_via_float and UInt::deserialize_via_float methods that can be used via #[serde(deserialize_with = ...)].

This means that changing features will no longer silently change the behavior of the library.

  • implement
  • pass ci
  • documentation
  • update changelog

@FSMaxB FSMaxB force-pushed the remove-float-deserialize branch from 23ab4eb to 646294d Compare July 11, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant