-
I'd like to be able to initialize and use Rust from multiple languages at the same time [in the same process].
Example use case:
From React-Native Javascript, call into Rust which then calls out…
-
Metrics:
https://github.com/open-telemetry/opentelemetry-rust/blob/a5e2061162abf6d86137f8b22b057bfb0aca9203/opentelemetry-sdk/src/metrics/exporter.rs#L30
Trace:
https://github.com/open-teleme…
-
### Describe the bug
2.16.0 appears to have introduced a GCC 13 requirement, which is breaking [CI systems like the Rust Docs builder](https://docs.rs/crate/usearch/2.16.2/builds/1493886). Compilin…
-
### Description
The current code follows rust 2018 edition.
In migrating to the latest, we can have some performance improvement.
-
We do permit having more than one copy of the Rust runtime inside a binary, and AFAIK we also permit "Rust" ABI function calls between code using different runtimes, as long as they were built with th…
-
I wanted to open this issue as a central place for discussing the removal/supplementing of the openssl dependency. As far as I understand, this is desired, see https://github.com/algesten/str0m/issues…
-
Hi! It looks like this code in `ctr32_encrypt_blocks` has undefined behaviours.
https://github.com/briansmith/ring/blob/befdc87ac7cbca615ab5d68724f4355434d3a620/src/aead/aes/ffi.rs#L174-L202
I r…
-
**Question**
I tried to use rust/seaorm connect a oceanbase, but always failed with InvalidPort. How can I fix this?
this is my database_url:
> mysql://root@test:123456@tcp(172.0.0.1:2881)/test
…
-
OS: Windows 11 23H2
VSCode version: 1.95.0
CodeLLDB version: 1.11.0
Compiler: rust 1.81.0-x86_64-pc-windows-msvc toolchain
Debuggee: PDB
There are not "pretty printing" of rust containers (in …
-
How viable would a trimmed down version of C# be?
Could it even be made to work with rust's safety features?