TotalKrill
TotalKrill
This being my first RFC for rust, I got some feedback that I should open a PR, even though the PR and the RFC is not completed. [rendered](https://github.com/TotalKrill/rfcs/blob/master/text/3177-apply-patchfiles-to-dependencies.md) Feedback on...
Created a patch that allows compiling without default features. I am unsure if it would break anything else except JWT stuff. So please check
This software is currently the best mqtt library for rust in my opinion. That being said I would like if we could approach a v1.0.0 soon so that instead of...
Adds the messagekind for Dice, so that bots can understand random values sent to as a post or message
Dice support in this bot is missing, the dice is the automated random function that can be sent between users, and is very useful for bots to have awareness of....
I have a project that is a workspace, but the each crate in the workspace is its own git submodule. This makes cargo release refuse to update the submodule crate,...
Basically, a widely used hash function ( at least internally in software ) is SipHash, which needs a key to produce an output is an hash function that produces small...
Hello! I am trying to evaluate this library, I started by trying the python client, which connects without much hassle. I was just trying out the samples found here: https://github.com/FreeOpcUa/python-opcua/blob/master/examples/client-minimal.py...
Review
I dont know if this is the correct place, but still. I read through this book and I have read through the original rust book. Compared to the original, the...
I think we should somewhere indicate if a topic is a retained message or not at a glance in the topic overview panel. How we do it is however a...