🔗
May 20 - 2015 at 21h
rust and files
I'm working on baker the Rust version of bake.
I was working on file ordering and... rust stable can't compile code that uses file accessing/modifying time, because it's an unstable feature (it uses u64 for time, but they didn't decided yet if there should be a more specific type for time).
And that's why the 0.1 won't order posts in the right order, but hopefully they will fix that soon.
~philips