Skip to main content

reifydb_value/factory/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2026 ReifyDB
3
4//! Constructors for test fixtures, shared workspace-wide so a helper is written once rather than
5//! per test file. Where the argument is a raw integer the unit lives in the function name, since
6//! the type cannot carry it.
7
8pub mod time;