Zicklag
Zicklag
> I have to upset you: so far, there is nothing close to usable on Rust. No problem, I figured if it wasn't public that it wasn't usable yet. :)...
That is a _great_ idea that I hadn't thought of. That should be simple. I think I'm going to need this soon and it should be simple to implement, so...
Oh, no, I got caught up with other concerns and hadn't gotten to this yet. Thanks for adding the feature!
For what it's worth, it's totally possible to create a separate crate to provide the C interface to DashMap, if somebody wanted to make one.
I'm getting the same issue when I try to dump an iso.
I can't test it yet, but there is a `--unscramble ` option for friidump that looks like it can convert the .raw file to an iso.
Cool, thanks for the reply. I might take a look at it and I'll ask questions here if I have any.
Well, it started out as a "Can you do `dyn Any
So I've gotten some time to look at this and I have some questions/thoughts. Note that this new idea is a little different than the one in the PR currently....
Yeah, I'm not sure the whole `DynamicVec` strategy to replace the `data` `Vec` of `SparseSet` is a good idea. The issue is that instead of having a component `T` you...