-
### Is your feature request related to a problem? Please describe.
As Rust continues to grow in popularity, especially in systems programming and robotics, it would be great to have a Rust wrapper fo…
-
Hi, we at [aftershoot](https://github.com/aftershootco) ended up writing a rust wrapper over mnn.
The code is not fully stable yet and all the APIs are not fully exposed in the rust-side.
The c…
-
### Background
I am using the Rust wrapper of this C library (available at https://github.com/thomwiggers/csidh-rust) in my personal Rust project to implement a private set intersection protocol base…
-
In order to be usable in unboxed mode, which is now the default, the Rust API needs these abstraction in order to be useful. The Rust API is still fully usable if unboxed mode is disabled in project s…
-
Problem: Rust wrapper produces incorrect binary
catboost version: v1.2.2
Operating System: MacOS, Linux
CPU: ARM (M1 Pro), amd64
GPU: -
Catboost wrapper for rust produces invalid binary. Durin…
-
Since it provides a Rust wrapper snmalloc-rs, the document suggests
~~~
#[global_allocator]
static ALLOC: snmalloc_rs::SnMalloc = snmalloc_rs::SnMalloc;
~~~
for a Rust program. If a Rust project has m…
-
Can you add a Rust Wrapper for CoolProp? It should be feasible, because Rust can call c libraries directly.
-
## proxy-wasm-rust-sdk
- 讨论 sdk 中不安全的unwrap()和panic是否需要修改为安全
- 上游的panic理论上都是不该出现的情况 https://github.com/proxy-wasm/proxy-wasm-rust-sdk/pull/83 https://github.com/proxy-wasm/proxy-wasm-rust-sdk/pull/…
-
See:
*
*
Those are both already wrapper around cargo — I haven't looked into the implementation details of either (or `cargo auditable` itself), but before I did, I just thought I would c…
-
## Description
Your [developer manual](https://dev.ingonyama.com/icicle/rust-bindings/hash) says that using Poseidon Hash's API is as follows:
It suggests that you should instantiate a poseidon_h…