globuid 0.1.0

A globally unique ID generator with pluggable algorithms and transport layer
Documentation
1
2
3
4
5
6
7
8
// Copyright 2026 GlobUid Contributors
// SPDX-License-Identifier: Apache-2.0

//! HTTP REST API transport for GlobUid.

mod server;

pub use server::{BatchIdResponse, IdResponse, ServerState, serve};