v0.2.22
Fix implementation of `Duration::new` A couple hacks are needed to maintain it being `const fn`. Generally speaking, this patch just ensures that the sign of the nanoseconds component matches the sign of the seconds component. To do this, it is necessary to carry over any remainder.