cow_graph/lib.rs
1//! `cow-graph` — Layer 3 `GraphQL` transport primitives for the `CoW` Protocol SDK.
2//!
3//! **Placeholder**: `GraphQL` request/response envelope handling, retry
4//! integration with `cow-http`, and the `GraphTransport` trait will
5//! land here once extracted from `cow-subgraph`. Today the subgraph
6//! crate uses the HTTP primitives directly.
7
8#![deny(unsafe_code)]
9#![warn(missing_docs)]