/*
* Copyright (c) 2020-2024 COMBINE-lab.
*
* This file is part of libradicl
* (see https://www.github.com/COMBINE-lab/libradicl).
*
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/
//! Constants relevant for the `RAD` format
pub const MAX_REF_NAME_LEN: usize = 65536;