1 2 3 4 5 6 7 8
// SPDX-License-Identifier: Apache-2.0 // Copyright (C) 2026 Dmitry Andreev. <da@issuerd.org> // // Empty library target so the root package can host integration tests. //! Empty lib — exists only so the root package can host integration tests. #![forbid(unsafe_code)]