-
I'm working on a key-value store with a `Map` (JS) like API which automatically persists its data in an append-only nd-json format. Essentially https://github.com/AlCalzone/jsonl-db but in Rust.
So…
-
I'm creating this issue as a place to keep track of the things in the Rust and Matrix ecosystems that are completely blocking or slowing the progress of Ruma (the homeserver as well as supporting libr…
-
`cargo add` is now part of cargo. https://doc.rust-lang.org/cargo/commands/cargo-add.html
So it would be nice to be able to run `cargo add cornucopia` and that's it.
It may mean simplifying the …
-
### Summary
Python SSL-enabled client won't work with Rust SSL-enabled server. And vice versa.
---
### Details
This is the interoperability matrix for implemented clients and servers:
| Ser…
-
A core (2 of them, actually) from mgs was recovered from the field with this stack:
```
> $C
fffff5ffce1ff970 libc.so.1`_lwp_kill+0xa()
fffff5ffce1ff9a0 libc.so.1`raise+0x22(6)
fffff5ffce1ff9f0 l…
-
From [this comment](https://github.com/alexcrichton/futures-await/issues/7#issuecomment-326666735) you say:
> [...] one thing I've tried to strive for as much as possible is that if a function has …
-
rustc -V
rustc 1.78.0 (9b00956e5 2024-04-29)
windows 10
stable-x86_64-pc-windows-gnu
```
cargo new app
> cd app
> cargo add viz
> cargo add tokio
```
config.toml :
```
[package]
…
-
I've been investigating the Firefox Profiler hangs that were happening in TSan builds, and discovered that LLVM doesn't correctly mark some blocking functions calls (https://github.com/llvm/llvm-proje…
-
Joel @dicej,
I need `async` in order to access IndexedDB from `WIT` component written in Rust but using [`jco`](https://github.com/bytecodealliance/jco).
Do you think this approach could work w…
-
I have really enjoyed these practice problems. I am looking forward to the problems for threading, testing and async/await as soon as they are available! Thanks Sunface for all your hard work on this …