-
> VpnService has no native API
Rust can wrap the Android API written in Java.
This is my small cross-platform library.
I created it quite some time ago, so I'm not entirely sure if it's polishe…
-
Ognibuild is now partially rust.
* [x] Run detecting problems
* [x] Buildsystem
* [x] logs
* [x] Porcelain
* [x] Upstream info
* [x] Debian/Apt resolver
-
```
use reqwest::header::{HeaderMap, HeaderName, HeaderValue};
use reqwest::Client;
use serde_json::json;
use std::error::Error;
#[tokio::main]
async fn main() -> Result {
// Define the A…
-
It looks like `tests/assembly/x86_64-bigint-add.rs broken`, newly added in https://github.com/rust-lang/rust/commit/9836196e3cca6661e752c3acd8bc207f181736ed, produces slightly different assembly with …
-
**Describe the bug**
I get this error when I use `rust.bindgen()` from within a subproject:
```
subprojects/foo/meson.build:14:17: ERROR: Tried to get unknown builtin option foo:c_args
```
**To…
-
**Describe the bug**
Embed functions like `embed_website` require a generic type `F` to be specified. This type is the type for the callback `adapter`.
However, `adapter` is optional and we can th…
-
It seems like after 1.81 rust requires some (nightly only?) flags to build the wasm code correctly. See https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html
-
Hey there!
I just saw this repo and since I'm currently building another [wrapper for MEOS in Rust](https://github.com/MobilityDB/RustMEOS/), I was wondering whether we could maybe collaborate. Do …
-
### Describe the bug
64-bit entered hex values are not considered as numbers, hence error `0xffffffffffffffef | fmt` is neither a Nushell built-in or a known external command
### How to reproduce
1…
-
Thanks for the awesome crate. A feature request that I think would be a great addition to this API:
The current output format (text lines) work well for simple diffs, but as APIs get bigger/more co…