-
Notifications
You must be signed in to change notification settings - Fork 6
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
refactor: improve api doc #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM.
Let me release a 0.15.1 for this. We don't introduce any API changes, do we? |
#[derive(Default, Debug, Clone)] | ||
pub struct JsonLayout { | ||
pub tz: Option<TimeZone>, | ||
tz: Option<TimeZone>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well. This is one. Then let me release a 0.16.0
/// }) | ||
/// .apply(); | ||
/// ``` | ||
pub fn filter(mut self, filter: impl Into<Filter>) -> Self { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this one.
No description provided.