Michal 'vorner' Vaner
Michal 'vorner' Vaner
Hello I must admit, I don't really have the time to put into writing it. But I have no objection to these APIs existing. Would you want to send a...
Note: it's no longer called a cfg helper. These are either extensions or pipelines. But both would use some kind of boilerplate reducer.
Hello Can you explain why you think this is actually a bug? Calling init multiple times is invalid use and the crate doesn't use it that way. So why spend...
I'm not opposed to having this, under a feature (maybe `allocator-api-unstable` or something?). But I don't know when exactly I would get to it (not a feature I'd use myself...
Nice :-). Do you want to give the PR a try?
I wonder… the fact we don't remember the exact `Bump`, is it a problem? I mean, I'd suspect the `deallocate` on the Bump arena is empty, because Bump can't deallocate,...
I see. But it „leaks“ in all the other cases, so we _could_ just leak every time. Honestly, just forwarding the feature is kind of… not really much useful. You...
Hello I've taken the liberty of moving this issue to the library repo instead of the blog repo, it seems a more appropriate place. It's an interesting issue, because what...
Feel free to send a pull request to fix that. https://github.com/vorner/tuntap/blob/master/Cargo.toml#L16
Hello Honestly, it seems unusual and it never crossed my mind to try that, so I'm not very surprised it doesn't work. But if you feel like wanting to provide...