-
Right now FFI just returns `bool`s for error cases.
We should eventually figure out how we want to expose error states over FFI and write error enums for these. The current design is easily extende…
-
This is just a follow up on a previous question that was asked.
https://github.com/smoltcp-rs/smoltcp/issues/326#issuecomment-595005632
I am trying to use this project in my Android local VPN se…
-
Copied from a reddit discussion [here](https://www.reddit.com/r/rust/comments/g545jz/rlua_needs_maintainers/):
> I don't actually use Lua for anything currently, and I also don't have much interest…
kyren updated
2 years ago
-
[Jun 16 2021: Note the proposal for [extension types](https://github.com/dart-lang/language/blob/master/working/1426-extension-types/feature-specification.md) and the newer proposal for [views](https:…
-
Any Go developers who are interested in using the core of naiveproxy in Go natively, please see my proposal and comment below:
The core of naiveproxy is namely Chromium's net stack. It's possible t…
-
Hey bro, I successfully installed all the packages you recommended(Wiki-Ubuntu).
I'm using Zorin
![image](https://user-images.githubusercontent.com/30655517/163747291-d3acfbc8-711f-45ad-989c-48224f…
-
I'm wondering if there is interest in a feature-gated conversion between Polars and R data frames, in the same way we are doing for `ndarray`. So the module would implement the appropriate To/From Rob…
-
I've generated rust bindings for `libpd`. It worked pretty straightforward with no issues.
The only issue I have is about the hooks.
It would be amazing if I could write a safe wrapper where a us…
-
The `zcash_address` crate intentionally treats the internals of items as opaque bytes, in order to not impose any particular protocol-specific dependency on the downstream user (for maximum usability)…
str4d updated
2 years ago
-
First and foremost, a bit of a reality check: The "Node.js Platform" is already available on a variety of VMs other than the V8 runtime we ship with:
- Compile-to systems like the early Tessel project…