issues
search
zslayton
/
cron
A cron expression parser in Rust
Apache License 2.0
376
stars
69
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix backwards iteration when initial time has nanoseconds
#132
canac
opened
1 week ago
1
rebase upstream `cron` onto `jiff-cron`
#131
LeoniePhiline
closed
4 weeks ago
0
Feature-gated `jiff` support
#130
LeoniePhiline
opened
4 weeks ago
6
feat: implement optimized `Serialize` and `Deserialize` for `Schedule`
#129
LeoniePhiline
closed
1 month ago
2
feat: implement efficient conversion from String
#128
LeoniePhiline
closed
1 month ago
0
Implement `TryFrom<String> for Schedule`, allowing library users to forego one unnecessary allocation
#127
LeoniePhiline
closed
1 month ago
1
Integrate english-to-cron crate
#126
kaplanelad
opened
2 months ago
1
Upcoming and Resuming Schedules
#125
kennetpostigo
opened
4 months ago
1
Make `next_after` a public API
#124
tmuerell
closed
1 month ago
1
Run `cargo fmt` and fix all `clippy` reports
#123
bombsimon
closed
1 month ago
0
fix: Don't accept invalid step for `Period`
#122
bombsimon
closed
1 month ago
3
Fix time after panicking on leap day
#121
messense
closed
9 months ago
2
fcron-like expressions?
#120
Ekleog
opened
10 months ago
2
Need documentation for supported cron expressions
#119
mTsBucy1
closed
1 year ago
1
Add `serde` compatibility for type `Schedule`
#118
max-huster
closed
1 month ago
4
House keeping
#117
Alextopher
closed
3 weeks ago
2
Patterns with future years should not limit the day and month range
#116
AhmedSoliman
closed
1 month ago
1
Iterate over rather than skipping ambigous times
#115
AldaronLau
closed
3 weeks ago
4
[QA] Is last day of month supported ?
#114
ChuanDou2021
opened
1 year ago
3
Could it be the numerical values for day of week are off by one?
#113
Thorongil80
opened
2 years ago
3
Fix backwards iteration when inital time has milliseconds
#112
juancampa
closed
1 month ago
3
Iterator returns the same execution period [bug]
#111
evanxg852000
closed
2 years ago
1
handle zero range step
#110
sqwishy
closed
2 years ago
1
Adding examples for using cron with timezone
#109
stevenhansel
opened
2 years ago
2
Schedule::after doesn't take milliseconds into account
#108
canac
closed
1 month ago
2
Is it possible to use as a CLI?
#107
noraworld
opened
2 years ago
3
impl `DoubleEndedIterator` for `ScheduleIterator` is incorrect
#106
Ten0
opened
2 years ago
2
Panic on invalid cron expression
#105
y21
opened
2 years ago
0
feat: ScheduleIteratorBuf
#104
mmstick
closed
2 years ago
5
chore: Add missing public types in documentation
#103
mmstick
closed
2 years ago
0
ScheduleIterator is a private type in a public API
#102
mmstick
closed
2 years ago
0
Dep updates and Clippy fixes
#101
BlackDex
closed
2 years ago
3
Remove dependency on time from chrono.
#100
AldaronLau
closed
2 years ago
3
impl TryFrom<&str> for Schedule
#99
hgzimmerman
closed
2 years ago
0
Impl TryFrom<&str> for Schedule
#98
hgzimmerman
closed
2 years ago
0
Upcoming year for past date not used for schedule
#97
Sparika
closed
1 month ago
0
Support `@every` to format a schedule at fixed intervals
#96
photino
opened
3 years ago
2
Update some badges and links
#95
atouchet
closed
3 years ago
0
Use intra-doc links and deny broken links
#94
nickelc
closed
2 years ago
1
Fix edition 2018 idioms
#93
nickelc
closed
3 years ago
0
Fix clippy warnings
#92
nickelc
closed
3 years ago
0
Reject superfluous trailing characters after keywords
#91
nickelc
closed
3 years ago
0
Update to nom 7
#90
nickelc
closed
3 years ago
1
Document Weekday Ordinals
#89
manorom
opened
3 years ago
3
Added `upcoming_owned(...)` and `after_owned(...)`
#88
DaanA32
closed
2 years ago
3
Bug in time zone change
#87
Deisss
opened
3 years ago
1
Incorrectly parses shorthand with suffix e.g. "@dailyBla"
#86
geovie
closed
3 years ago
1
0.8.1 release for fixing nightly Rust
#85
cquintana-verbio
closed
3 years ago
2
Replace deprecated collections::Bound with ops::Bound
#84
bstrie
closed
3 years ago
0
Refactor
#83
koenichiwa
closed
1 month ago
1
Next