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

fmt/strtime: expose prefix parsing #215

Merged
merged 1 commit into from
Jan 23, 2025
Merged

fmt/strtime: expose prefix parsing #215

merged 1 commit into from
Jan 23, 2025

Conversation

BurntSushi
Copy link
Owner

I had always intended to expose the ability to parse a prefix of some
string via Jiff's strptime-like API, but I wanted a use case first to
make sure the API was well motivated. So this is mostly just exposing
what was already there and documenting it.

Closes #209

I had always intended to expose the ability to parse a prefix of some
string via Jiff's `strptime`-like API, but I wanted a use case first to
make sure the API was well motivated. So this is mostly just exposing
what was already there and documenting it.

Closes #209
@BurntSushi BurntSushi merged commit f7676f4 into master Jan 23, 2025
20 checks passed
@BurntSushi BurntSushi deleted the ag/parse-prefix branch January 23, 2025 21:51
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.

support parse_and_remainder
1 participant