-
Notifications
You must be signed in to change notification settings - Fork 184
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
Informal icu_calendar rereview #5632
Comments
Thoughts:
|
@sffc thoughts on the first bullet point? |
Hmm, the word "calendar" is already in the crate name, but I agree it would be nice to put the calendars in their own namespace separate from Date and other types/traits. Maybe |
We can get rid of DateTime, but we need Time, IsoHour, ... somewhere because icu_datetime uses them |
I will also have the individual calendar modules live there, because the BuddhistDateInner (etc) types need to live somewhere |
Thought: |
I think |
I named it |
We changed a bunch of icu_calendar for 2.0, and still have some changes planned (#4889)
Now is a good time to have another look at the API shape and do any necessary cleanups.
The text was updated successfully, but these errors were encountered: