Hacker News new | ask | show | jobs
by viraptor 889 days ago
I don't mean that it's particularly hard, but rather that it's using new interfaces which haven't been exposed yet, AFAIK. Scheduler itself + bpf is there from what I've seen, but likely other things too.
1 comments

But isn't exposing a C interface to Rust very easy? In either direction...
1:1, calling the original functions - sure. Building a good usable interface - that's harder.