bibparser 0.3.0

A parser for .bib files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bibparser"
version = "0.3.0"
edition = "2021"
authors = ["tajpulo"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/tajpulo/bibparser"
keywords = ["biblatex", "biber", "latex", "tex"]
categories = ["encoding", "parser-implementations", "text-processing"]
description = "A parser for .bib files"

[dependencies]
clap = { version = "3.0.13", features = ["derive"] }