Module lossless

Module lossless 

Source
Expand description

A library for parsing and manipulating R DESCRIPTION files.

This module allows losslessly parsing R DESCRIPTION files into a structured representation. This allows modification of individual fields while preserving the original formatting of the file.

This parser also allows for syntax errors in the input, and will attempt to parse as much as possible.

See https://r-pkgs.org/description.html for more information.

Re-exports§

pub use relations::Relation;
pub use relations::Relations;

Modules§

relations
Parser for relationship fields like Depends, Recommends, etc.

Structs§

RDescription
R DESCRIPTION file

Enums§

Error
Error type for parsing DESCRIPTION files