docs.rs failed to build stateset-embedded-0.8.1
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.
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.
Visit the last successful build:
stateset-embedded-0.7.0
stateset-embedded
The SQLite of Commerce — an embeddable, zero-dependency commerce engine for Rust applications and AI agents.
stateset-embedded is the high-level API that combines stateset-core (domain models), stateset-db (storage), and stateset-observability (metrics/tracing) into a single, batteries-included library.
Usage
use Commerce;
let commerce = new;
// Create a customer
let customer = commerce.customers.create;
// Create an order
let order = commerce.orders.create;
Available via 11 Language Bindings
- Node.js (
@stateset/embedded), Python (stateset-embedded), Ruby (stateset_embedded) - Go, Java, Kotlin, Swift, C#/.NET, PHP, WASM
License
MIT OR Apache-2.0