John Vandenberg

Results 2014 comments of John Vandenberg

That is a very helpful addition, but using it inside a `$(..)` makes it unix shell specific. Also as "cargo" and "rust-script" are two commands, to reduce chance of user...

async-mutex is deprecated for years - it was renamed to async-lock

async-lock incorporated async-mutex at v1.1.5 https://github.com/smol-rs/async-lock/blob/cd0937d70a46f50cc64428660e249c8464e70088/CHANGELOG.md?plain=1#L94-L96 async-mutex was hosted at https://github.com/stjepang/async-mutex , and it looks like that repo was deleted around the time that async-lock 1.1.5 was released. The docs...