Function gitlab_clippy::parse_to_writer[][src]

pub fn parse_to_writer<R: BufRead, W: Write>(
    reader: R,
    writer: W
) -> Result<(), Error>

Returns a vector of GitLabCQ serialized into a JSON stream

Arguments

  • reader - A BufRead of cargo output
  • writer - A Writer to write the results to