rc-x509-client 0.1.2

Rust client for the RC X509 platform
docs.rs failed to build rc-x509-client-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rc-x509-client

This library implements the canonical Remote Config client for the X509-based delivery platform.

Design Goals

  • Secure cryptographic attestation of messages from the X509 platform.
  • Provide a clean, hard-to-misuse FFI API suitable for use across all languages supported by Datadog.
  • Fully encapsulate all RPC protocol messaging and logic, but not the actual I/O (delegated to host language runtime).