-
I have been looking into laying the groundwork for moving some Vault-dependent microservices to Rust, likely using async. I was somewhat surprised to see that this client still exposes a totally block…
-
environment:
Mac m3
k3d/ks3
ran:
```
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
# Install WebAssembly target …
-
I have the following code:
```rust
#[tokio::main(flavor="current_thread")]
async fn main() {
use std::os::wasi::io::FromRawFd;
let std_listener = unsafe { StDTcpListener::from_raw_fd(3)…
-
##### Description
- [x] `rust2` is not a very informative name (renamed to `rust-server` via https://github.com/swagger-api/swagger-codegen/pull/6747)
- [ ] Currently uses `hyper 0.10` - work unde…
-
Strategies:
- owlery #31
- owlapi interaction e.g via robot-python plugin
- partial: https://github.com/INCATools/oakx-robot
- async approach - separate process writes to common store
- na…
-
**Version**
tokio v1.27.0
**Platform**
Rust playground.
**Description**
Clippy return errors that originate inside `select!`.
I tried this code ([playground](https://play.rust-lang.o…
-
不开端口,写deno的op,我把消息的发送给你写好,你轮询拿取信息就好,app们的消息会发送到rust的一个变量里面
轮询代码类似这样
```typescript
/**
* 轮询拿取APP消息
* @param handleFn
* @param data
* @returns
*/
asyncCallDenoFunction(timeout = 3…
-
This will act as the "top level" issue for tracking the collection of existing API additions that some implementations already have.
I believe each language should have its own separate issue which…
-
Running stable 1.64.0.
Unfortunately this happened in a complex bit of code that I can't easily reduce :(
```rust
task::spawn({
let handle_service = handle_service.clone(…
-
Hi! when I try to build for raspberry pi 4 I got the following error:
Compiling async-process v1.0.1
error[E0658]: use of unstable library feature 'process_set_argv0'
--> /home/pi/.cargo/re…