-
This would be needed for e.g. Rust-GPU to store SPIR-T on disk from compiling library crates, without relying on SPIR-V.
Additionally, any features that SPIR-V may be lossy with, will need serializ…
-
Trying to replace tirpc with ntirpc I got a problem:
There is no function or macro svc_getargs.
There is only one comment in rpc/svc.h about it:
* and return. If so, it should deserialize …
-
It seems like I got a similar issue to #12 which i try to wrap my head around.
My custom service looks as followed
a topic type called Stream with the following content
```
uint8 type
string n…
-
On a client-server type application where the server can attach to a multitude of sources of image data, a `DynamicImage` is the ideal structure to encapsulate the image data. However, since `DynamicI…
-
Hello!
I was curious whether it's a bug, a design choice, or my incorrect usage of the framework and would definitely appreciate any help and guidance on this one!
I'm using chrono to support de…
-
Discovered this yesterday. Wrote an impl method like so:
For a lot of simple structs, we can deserialize from an R list object directly into that struct. This is very handy if we want to be able to…
-
[This page](https://docs.serde.rs/serde/trait.Deserialize.html) needs to provide a far more helpful explanation, including links to [here](https://serde.rs/lifetimes.html) and [here](https://docs.serd…
-
### Suggestion
Change the required `#deserialize(Class, Fields)` to `#deserialize(Fields)`
### Why?
After my search through skript's `BukkitClasses`, `JavaClasses` and `SkriptClasses` we always `as…
-
-
Would it be possible to deserialize the return object compared to the http status.
Example of signature of one of my methods
```
[HttpPost]
[ProducesResponseType(StatusCodes.Status200OK, Type = …