-
Without `rust-native-tls` support, a lot of std crates become partially, or completely unusable. For our std target, `riscv32imc-esp-espidf`, we have an mbedtls implementation available.
[`rust-mbe…
-
In https://github.com/rust-lang/rust/pull/127744 we begin to `deny(unsafe_op_in_unsafe_fn)` in the standard library, but there are... many... platforms which all use unsafe code inside unsafe function…
-
## Introduction
The ["Parsing Gigabytes of JSON per second"](https://branchfree.org/2019/02/25/paper-parsing-gigabytes-of-json-per-second/) post ([ArXiv - langdale, lemire](https://t.co/MgQINMJlNB?…
-
I've used Goblin to parse ELF and Mach-O but in some cases it would be convenient if Goblin was able to also parse [eBPF ELF Profile](https://www.ietf.org/archive/id/draft-thaler-bpf-elf-00.html) with…
-
> does signing context generate entropy on creation? testing now but this may be a big issue for using verification from a WASM module with no entropy because the get random number methods may panic.
…
-
# Summary
[Confidential Computing](https://confidentialcomputing.io/wp-content/uploads/sites/85/2020/10/Confidential-Computing-Deep-Dive-white-paper.pdf) is *the protection of data in use by perfor…
-
### Steps to reproduce
``` console
$ cargo new --lib repro
$ cd repro
$ echo '#![no_std]' > src/lib.rs
$ cargo add poly1305@0.8.0
$ rustup default 1.73.0
$ rustup target add x86_64-unknow…
-
I built custom docker image for solving openssl issues.
`Dockerfile`
```
FROM rustembedded/cross:aarch64-unknown-linux-musl
#FROM rustembedded/cross:aarch64-unknown-linux-musl-0.2.1 - the same iss…
-
This is the tracking issue for [RFC 2627](https://github.com/rust-lang/rfcs/pull/2627), `#[link(kind="raw-dylib")]`.
**Note:** `raw-dylib` and `link_ordinal` are now stabilized in 1.65 on Windows f…
-
### Description of the problem
In Debian 12, rustc v1.63 can be installed from apt, but some of the packages have been upgraded and dependencies are compatible with rustc v1.70.0 and causing build fa…