date-parser icon indicating copy to clipboard operation
date-parser copied to clipboard

Parse date strings of any format in dlang

Results 3 date-parser issues
Sort by recently updated
recently updated
newest added

This PR removes the use of the emsi container dependency and the allocator. This makes the code faster to compile and I couldn't measure and performance difference. The array/vector is...

the current version of emsi_containers is 0.9.0, can we relax the dependency specification to be more general (to even higher version of emsi_containers in future update)?

Hello, can you privide some method to parse intervals like `5 sec`, `20 min`, `20min 30sec`,`1 month 5hour`, etc

enhancement