pip-tools is really nice for separating requirements from their deps: https://github.com/Wilfred/simpla-vortaro/commit/8c1adc4438503d3df0de15bfb8b42a3d0f46fbe7 (cc @sujaymansingh)
miniblog.
Related Posts
It's a small thing, but I'm much happier with the output of --version in the latest version of difftastic.
It shows the release version number, the commit hash, and the commit date. This gives you a sense of the age of release, but you still have a reproducible build (unlike build time).
It also shows OS, arch and compiler, because those are common requirements in bug reports.
A nifty "skill tree" approach to mapping out the requirements in Rust's trait solver: https://rust-lang.github.io/wg-traits/roadmap/skill-tree.html
(From https://blog.rust-lang.org/inside-rust/2020/03/28/traits-sprint-1.html)
Chromium exploring using Rust, discussing their safety, ergonomic and performance requirements:
