sui-id-shared
Shared types and DTOs used across the sui-id workspace.
This crate is an implementation detail of sui-id and intentionally has a
narrow surface area: typed identifiers (UserId, ClientId, …), the
public-facing JSON API DTOs, and the ApiError envelope. It does not
contain domain logic, storage, or HTTP code.
You generally do not depend on this crate directly. Install the binary instead:
See the project README for an overview.