-
**Describe the bug**
```cuda
#include "cute/tensor.hpp"
using namespace cute;
__global__ void kernel(int *gmem) {
int tid = threadIdx.x;
gmem[tid * 4 + 0] = tid * 4 + 0;
gmem[tid * …
-
I've been starting to think about how to add support for async crypto engines to `snow` (like crypto coprocessors, or in my case, the [Web Crypto API](https://docs.rs/web-sys/0.3.60/web_sys/struct.Sub…
-
Notes:
- Generating proofs takes a bit of time, ideally we shouldn't have to generate proofs for most of the block producer tests
- Tests should not only validate the happy path, but also the unha…
-
I haven't seen it discussed anywhere, but could sqlx benefit from AFIT as-is?
This was recently released with 1.75 (2023-12-28). As I understand it, it would mean that some of the traits that look …
-
At the moment, these are the only few things that indicates Tokio requirement
https://github.com/surrealdb/surrealkv/blob/c6eadd17f8255f0fe6b0346fadf8925ad05d90e1/src/storage/kv/store.rs#L9-L12
…
-
Compiler version 1.81.0.
I am writing an asynchronous function that takes asynchronous callback, I managed to write it so that it compiles:
```rust
pub trait Callback {
type Output: Future;
…
-
The initial PoC of RDBC was pretty naive and copied from ODBC/JDBC and is not idiomatic Rust code. This issue has been created to discuss how to create an idiomatic Rust set of traits using async for …
-
### Bug Description
Hello,
I am setting up an axum web server with a simple route handler. The handler acquires a connection from the connection pool, and then runs some arbitrary statement. Origi…
-
### Describe the feature
Add an option in the Smithy handler trait to define a custom folder path for the generated handers.
### Use Case
Current settings generate all handlers inside the `src` and…
-
Creating this is to capture the desire to support the async trait function of Rust 1.75.
In essence, the change would be to remove usage of the async-trait crate and associated macros.
huntc updated
10 months ago