arya dradjica
arya dradjica
This is related to #63 but for a different use case. I want to write a CI job that builds documentation and reports broken doc links. I don't _need_ the...
This is a proof of concept adding module `rustls::split`, an alternative (currently buffered) API which splits a post-handshake TLS connection into a `Reader` and `Writer`. It demonstrates a possible API...
**Checklist** * [x] I've searched the issue tracker for similar requests This is related to #2363 and #1958. **Is your feature request related to a problem? Please describe.** I'm writing...
I noticed this when investigating why an old version of `lazy_static` was getting pulled into our dependency tree. It appears that `sharded-slab`, used by `tracing-subscriber`, hasn't been updated since Oct...
- `ring` and `openssl` now enable a shared `unstable-crypto-backend` feature, which is used internally to test whether a common backend is available. - Examples / doc tests in `crypto`, relying...
At the moment, Domain does not have any support for IDNA (neither in `base` nor `new::base`). While some preliminary code for it is visible in #422, it needs significant design...
The `base::new_name` module seeks to provide a simpler and more ergonomic interface for working with domain names. Its core types, `Name`, `RelName`, etc., are not generic over an underlying octets...
This is a work-in-progress PR for overhauling `domain::zonefile` with a brand-new, out-of-place zonefile parser. It integrates a decent number of unit tests, but is currently lacking many record types (because...