cow_sdk/lib.rs
1//! # cow-sdk (reserved)
2//!
3//! This crate is a **reserved placeholder**. No functionality is
4//! implemented at version `0.0.1-reserved.0`.
5//!
6//! When published as `0.1.0` or later, this crate will serve as the
7//! default facade re-exporting the stable public Rust surface of the
8//! CoW Protocol SDK: orderbook, trading, app-data, signing,
9//! contracts, and core primitives. Browser-wallet support will be
10//! available behind an optional feature flag.
11//!
12//! This crate is part of the CoW Protocol Rust SDK being delivered
13//! under the CoW DAO Community Grants Program.
14//!
15//! See <https://github.com/0xSymbiome/cow-rs> for current status and
16//! tracked issues.