Cliff Dyer

Results 4 issues of Cliff Dyer

In which I add two methods, guarded by a new "unstable-tls-config" feature flag, to add compile-time guarantees that a compatible tls configuration is provided: ```rust impl ClientConfig { #[cfg(all(feature =...

## Proposed changes Add enumerated support for all the redaction options listed at https://developers.deepgram.com/docs/supported-entity-types ## Context These are already accessible by providing a `Redact::Other(value)`, but we should support them with...

enhancement

* Add documentation to each of the public types and methods in `src/listen/websocket.rs` including example code snippets and links to deepgram documentation. (See src/listen/rest.rs * Remove the `#![allow(missing_docs)]` annotation from...

enhancement