Bert Peters

Results 18 comments of Bert Peters

Interesting idea. I don't think it can work with the crate as-is because it breaks composability of crate features, _but_ I think it should be possible to create a separate...

This PR is now almost a year old and has various conflicts with the main branch so it cannot be merged but I would still like the combinator added here....

Hey @ejmahler is there anything I can do to help this PR get merged?

Hey @ejmahler it's been another six months almost and I'd still like to have this feature. Would you mind giving this PR a look over?

Supporting tokio's mutexes would be nice, but like you said, it can't really work with the current design. I'm using thread-local variables to trace a single thread of execution and...

Interesting. I took a quick look around the code base for things that would not work with `no_std` as-is, and I came up with the following: - The Directed Acyclic...

I'm not sure it'll work like that; the `thread_local` keeps track of the currently held mutexes for each individual execution thread. In `no_std` there's no such abstraction available. Of course,...

Thanks for the tag. Currently, we want to make it possible for `sudo` and `sudo-rs` to be installable at the same time, as we are not fully confident the latter...