Keith
Keith
I thought that was curious too. I will add the SHA-2 has some foot guns which is why H-MAC is thing, and here we are using the seed much like...
I was looking through open issues. I thought I would just add a thought. I am not sure if it's been considered, but malware sometimes use instructions like these to...
> ### Q2. Function Pointers > > This question is about the language specification. When taking a pointer to a function, we may not yet know whether or not it...
Just kinda a rough idea of a possible representation. Spans in `proc_macro` are 4 bytes currently. The representation keeps `Spans` the same size. This has room for 64 file ids...
I will also add making `Span` less coupled to the bridge calls makes getting the `proc_macro` usable outside non-proc_macro instances easier (e.g https://github.com/rust-lang/rust/issues/130856). This is because span is everywhere, it's...
If any one has any other ideas, I have been messing around with a few ideas. However, due to this experimenting, I have noticed whatever the solution is used probably...
Something like this could be quite handy. It would make it easy to have a like a generic implementation that works in rust const contexts. Then like a hyper optimized...
Even if it's not, the default I would like this to be an option. A lot times if it's not a base 10 value, it's used to show some pattern...