A simple RIS bibliography file (de)serializer for Rust.
- Deserialization
- From
&str
- From
Read
- From
- Serialization
- To
String
- To
Write
- To
- Extensive test coverage
- Tested on bibliography managers
- Mendeley
- Zotero
- Citavi
- EndNote
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
ris-rs is licensed under the MIT License.