Jonas Fassbender
Jonas Fassbender
Hi there, I've a somewhat similar problem when a field is missing and I want to use `deserialize_with`. When using `serde_json`, I'm accustomed to the fact that fields of type...
Yes, adding the `#[serde(default)]` tag solves my problem, thanks
AFAICT you created your key and certificate chain files in `src/` and not in the root directory of your crate. If you update the file locations: ```rust builder .set_private_key_file("src/key.pem", SslFiletype::PEM)...
It's not a feature flag that is missing here but the fact that the `burn` package's docs are build with `--no-deps`. While rustdoc still expands and documents re-exported items (in...
This issue is about the docs hosted on burn.dev, which [are missing](https://burn.dev/docs/burn/nn/conv/struct.Conv2d.html) the source buttons.
Thanks for the great feature request. I actually was working on this when I was trying to implement a `flatten` attribute, but it hasn't landed on `master` yet. Getting a...
I've been trying to find the right interface and I think I have a solution that I'm okay with. The thing is, having an associated array requires our trait to...
> Honestly if it wasn't for the name of the crate the slice feels nicer in general to me, but that might just be me. Yeah. Originally I published `v0.1.*`...
> Any chance you'll release a version with the FielNamesAsSlice+Trait available? Yes, definitely. Would've already started but had a chaotic schedule lately. This week or maybe next I should be...
Released `v0.3.0` with the traits, I hope it fixes your issue.