1// SPDX-License-Identifier: CC0-1.0 2 3//! Provides absolute and relative locktimes. 4 5pub mod absolute; 6pub mod relative;