Is the cookbook still maintained?

The cookbook was closely tied to the Libz Blitz initiative, but since that has been wound down a while ago, the cookbook appears to have languished a bit. Which is a shame, because I think it's an immensely valuable resource.

The last commit was half a year ago, and PRs have been piling up since a while longer. I've noticed it still references (e.g.) lazy_static when we now have once_cell, and error_chain when the ecosystem appears to have switched towards anyhow/thiserror and friends.

Is there any way to get the ball rolling again?

5 Likes

Open a pull request :wink:

I don't think that's the problem, I'm afraid. There's even an issue on the cookbook repo lamenting exactly that. :confused:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.