-
Hi, thanks for the amazing crate. May I ask to support `NonZeroU*` structs?
-
### Problem:
Is it possible to accept interface instead of S3 client struct for initialization?
https://github.com/aws/amazon-s3-encryption-client-go/blob/8a052f61c5940cc52018c82f94e8173822c2767…
-
I'm hitting an infinite loop when compiling a shader with a particular pattern of inheritance and function calls to a helper struct. From reducing the repro case the problem appears to occur when a pa…
-
Structs can be defined by the implementer of a contract like this:
```
struct PriceMessage {
bytes4 blockheight;
bytes4 price;
}
```
The CashScript SDK can automatically serialise J…
-
code
```
https://github.com/torvalds/linux/blob/master/drivers/hwtracing/intel_th/msu.c#L1585
static void msc_mmap_open(struct vm_area_struct *vma)
{
struct msc_iter *iter = vma->vm_file->p…
-
i found myself in the situation where i want to map fields inside of anonymous struct fields to another type. It seems that the syntax does not support it. this is my usecase:
```
struct id {
…
-
With the recent changes to generics in #443, it might not be too hard to support generic structs. As in:
```
struct Pair {
first: A,
second: B,
}
```
or maybe
```
struct Vec {
x: D,
…
-
* normal struct load case: https://godbolt.org/z/YezKP8YM4
```
for (int i = 0; i < eulers_per_block; i ++) {
#pragma clang loop vectorize(enable)
#pragma GCC ivdep
for (int tid=0;…
vfdff updated
1 month ago
-
### What happened?
```python
import ibis
s1 = ibis.struct({"i": 1, "s": "foo"})
s2 = ibis.struct({"i": ibis.literal(1), "s": ibis.literal("foo")})
e1 = s1.cast("struct").name("x")
e2 = s2.cast…
-
```
/bin/bash ./libtool --tag=CC --mode=compile x86_64-w64-mingw32.static-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC…