https://github.com/oovm/bibtex
BibTeX parser and writer
https://github.com/oovm/bibtex
bibliography bibtex latex parser
Last synced: 6 months ago
JSON representation
BibTeX parser and writer
- Host: GitHub
- URL: https://github.com/oovm/bibtex
- Owner: oovm
- License: mpl-2.0
- Created: 2023-05-05T06:09:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T10:31:46.000Z (about 2 years ago)
- Last Synced: 2025-09-20T19:12:24.594Z (9 months ago)
- Topics: bibliography, bibtex, latex, parser
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Rust Template Project
=====================
Rust template project for monorepo
## Change the initial commit
```shell
git commit --amend --message "๐ Project initialized!" --date "2012-12-12"
```
## Emoji Comment
| Emoji | Meaning |
|--------|------------------------------|
| ๐ | Project initialized! |
| ๐ | Release new version |
| ๐งช๐ฎ | Experimental code |
| ๐ง๐๐ | Bug fix |
| ๐ | Security fix |
| ๐ฃ๐ค๐ฅ | Add feature |
| ๐ | Documentation |
| ๐ | Performance improve! |
| ๐ง | Work in progress |
| ๐จ | Test coverage improve! |
| ๐ฅ | CI improve! |
| ๐ฅ | Remove code or files |
| ๐งน | Code refactor |
| ๐ | Add analytics or branch code |
| ๐ค | Automation fix |
| ๐ฆ | Update dependencies |