-
**Thank you for your interest in OpenSALT!**
### Is your feature request related to a problem? Please describe.
related to #635
### Feature story
```
Feature: Configurable rendering template…
-
Context: https://github.com/hyperium/hyper/issues/3500
`repr(transparent)` makes types have the same representation/ABI. Does it have the same effect on generic types containing it?
For example,…
-
Currently Flux is unable to reason about Tock's register interface as it would require a pretty complicated use of associated refinements (from what I understand). I have extricated out the important …
-
e-graph is an important infrastructure for compiler optimisation, are you interested in publishing your related work as an infra module, like egglog?
Once it become stable enough it can serve as an…
-
## Example
```rust
#[derive(ToSchema)]
pub struct ResponsePayload {
data: Vec,
}
#[derive(ToSchema)]
pub struct PrimaryData {
id: String,
value: u32,
}
```
## Expected de…
-
Use within a lambda of generic type arguments from enclosing scopes can result in invalid IL that fails to assemble or fails at runtime. The use could be a direct reference to the type argument in a v…
-
Hi everyone,
I have played around with a type-safe Pipeline Builder by using phantom-types. It makes use of the associated types from `ChannelInboundHandler` and `ChannelOutboundHandler` to guarant…
-
We have some customers who take advantage of the string representation of runtime types. On the Dart VM this will perform a runtime call and is therefore quite slow - even in simple (i.e. non-generic-…
-
# Overview
The current implementation of `Encode`-able and `Decode`-able structures, namely `Instruction`, `Query`, `EventFilter` implementations suffer from having many associated boxed types like…
-
Right now generic types can implement traits if its type parameters match certain constraints. But sometimes implementing these additional traits requires additional struct fields. Since the struct fi…