typeduck-codex-utils-rustls-provider 0.5.0

Support package for the standalone Codex Web runtime (codex-connectors-extension)
Documentation
1
2
3
4
5
6
//! Executor-backed connector declaration loading.

mod executor_plugin;

pub use executor_plugin::ExecutorPluginConnectorProvider;
pub use executor_plugin::ExecutorPluginConnectorProviderError;