You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #200, adding proper documentation to the Python datetime bindings was deferred to a later PR. This issue is to track the progress of adding proper rustdocs to the bindings.
To Do:
src/ffi/datetime.rs
src/objects/datetime.rs
The ffi bindings hew fairly closely to the datetime C API, so in general that can serve as a basis for the ffi documentation.
If someone else is interested in dipping their toes in the water, I'm happy to let someone else do the PR.
The text was updated successfully, but these errors were encountered:
As part of #200, adding proper documentation to the Python datetime bindings was deferred to a later PR. This issue is to track the progress of adding proper rustdocs to the bindings.
To Do:
The ffi bindings hew fairly closely to the datetime C API, so in general that can serve as a basis for the ffi documentation.
If someone else is interested in dipping their toes in the water, I'm happy to let someone else do the PR.
The text was updated successfully, but these errors were encountered: