Michal 'vorner' Vaner
Michal 'vorner' Vaner
Actually, I believe it uses logger based on the target under which the Rust application logs, forming a hierarchy. Is it possible the application logs to an empty target name?...
Is this solved by #70?
As I'm reading through it, I wonder if there might be a less code-intensive and more readable approach. How about putting some kind of backchannel into the Flush message (I'd...
Hello I'm really not sure what you're talking about. Can you share some snippet, or description, of what you're actually trying to do and with what exactly?
Hello I'm hunting something that may be related or the same thing, for several months now, in #156. So far, I have both several sources that tell me it's wrong,...
I have a suspicion what I've overlooked here. Could you try with this commit, to confirm the suspicion? https://github.com/vorner/arc-swap/commit/c521229c16fdc85a3a09d9bf888a9a3dacd1565b (or, it's the `experiment` branch in the repo). (in case you're...
What do you mean „safely“? If you mean „without using any `unsafe` code“, then probably not. If you mean „the implementation would be sound“, then probably yes - Pin places...
> Another option could be [rustversion](https://github.com/dtolnay/rustversion) crate. Quote from the README there: That doesn't look that bad. I mean, arc-swap currently doesn't have any mandatory dependencies, which is kind of...
Is there a link or anything that suggests there should be anything there? Did you follow some link somewhere? 😇 I mean, there are some benchmark results stored there (which...