Frédéric Nieto

Results 93 comments of Frédéric Nieto

i have a plan to rewrite alignedBuf to mostly safe code in [#1487 ](https://github.com/spacejam/sled/issues/1487#issuecomment-1806978731) it would completely solve this issue. I'll try to make a PR soon.

I am interested in using rkyv for a database implemenatation i am working on, and was wondering if it was possible to add enum discriminants to add versions ?

+1 this request, validator does not support enums. In the mean time validator can be replaced, structs will just have duplicate attrs with `#[garde]` and `#[validate]`

Thank you for the description, i'm not too familiar with rustls and how certificates work but i indeed envisioned the latter where i store lots of certs in the database...

1. If possible yes, some clients may want to provide their own certificates for https, bit it's clearly a nice to have and not absolutely necessary. i suppose if you...

I started reworking the crate pretty fundamentally based around a new `ResolvesServerCert` implementation. I already added multi certificate support and x509 based domain verification (so there is no need to...

with the latest push it is almost ready, `StreamlinedResolver::new_with_updater` can be given directly as the certificate provider for rustls, and existing pems can be added to it. The updater can...

the idea is to be able to export a new standalone template ouside of the tera context that can be re-rendered as a one-off, it will not affect templates directly...