citum-refs 0.69.0

Citum reference data loading and parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*
SPDX-License-Identifier: MIT OR Apache-2.0
SPDX-FileCopyrightText: © 2023-2026 Bruce D'Arcus and Citum contributors
*/

//! Format-specific reference data parsing helpers.

pub mod biblatex;
pub mod csl_json;
pub mod native;
pub mod ris;