| Crates.io | tohaya |
| lib.rs | tohaya |
| version | 0.1.2 |
| created_at | 2025-06-10 21:33:56.308181+00 |
| updated_at | 2025-09-23 11:02:02.830917+00 |
| description | Convert citation file formats to hayagriva YAML |
| homepage | https://github.com/FNNDSC/tohaya |
| repository | https://github.com/FNNDSC/tohaya |
| max_upload_size | |
| id | 1707784 |
| size | 83,339 |
Convert citation files to hayagriva YAML.
Supported file formats:
*.nbib)tohaya can be used as a web application at https://fnndsc.github.io/tohaya,
or as a command-line program.
# Convert file and create output file
tohaya citation.nbib --output bibliography.yml
# Alternatively, using pipes
cat citation.nbib | tohaya - >> bibliography.yml
cargo install tohayacargo binstall tohayaThe CLI can be developed as usual:
cargo test
The web app is a plain static HTML file found in web/.
It requires tohaya to be built using
wasm-pack.
A convenient development environment is provided using nix:
nix develop -c just