Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.02 KB

RIS

Build Status Crate Docs

A simple RIS bibliography file (de)serializer for Rust.

Features

  • Deserialization
    • From &str
    • From Read
  • Serialization
    • To String
    • To Write
  • Extensive test coverage
  • Tested on bibliography managers
    • Mendeley
    • Zotero
    • Citavi
    • EndNote

Contributing

PRs and issues are welcome!

Please ensure all of the following for PRs, or mark them as WIP:

  • New features have some test coverage
  • All pub functions and structs are documented
  • All tests pass
  • No compiler warnings
  • Formatted according to rustfmt

License

ris-rs is licensed under the MIT License.