bibsync 0.3.1

A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases
Documentation
1
2
3
4
5
6
7
"""Module entry point for bibsync."""

from __future__ import annotations

from . import main

raise SystemExit(main())