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

Jiff missing methods #142

Merged
merged 11 commits into from
Dec 11, 2024
Merged

Jiff missing methods #142

merged 11 commits into from
Dec 11, 2024

Conversation

jessekrubin
Copy link
Owner

This pull request includes several changes to the ryo3 project, primarily focusing on adding new functionality, refactoring existing code, and improving the structure of the codebase. The most important changes include adding new crate dependencies, updating the timespan function, and refactoring the JiffUnit and JiffRoundMode structures.

New functionality and dependencies:

  • Added ryo3-macros crate to the project dependencies and updated Cargo.toml accordingly. [1] [2] [3]

Function updates:

  • Updated the timespan function to include an unchecked parameter, allowing for unchecked timespan creation. Removed the redundant timespan_unchecked function. [1] [2] [3] [4]

Structural refactoring:

  • Moved and refactored JiffUnit, JiffRoundMode, and other related structures from nujiff.rs to a new file jiff_types.rs. Updated all relevant imports and usages throughout the codebase. [1] [2] [3] [4] [5] [6] [7]

Code cleanup:

  • Removed unused imports and redundant code from dev.rs and other files to improve code clarity and maintainability. [1] [2] [3] [4] [5] [6]

Documentation and changelog:

  • Updated CHANGELOG.md to reflect the new changes, including the addition of new methods and placeholders for not-implemented features.

@jessekrubin jessekrubin merged commit 0c30efd into main Dec 11, 2024
22 checks passed
@jessekrubin jessekrubin deleted the jiff-missing-methods branch December 11, 2024 19:56
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