biblib 0.6.0

Parse, manage, and deduplicate academic citations
Documentation
1
2
3
//! Re-exports from the internal `regex_lite` backend.

pub(crate) use regex_lite::{Captures, Regex};