content-line-writer

Crates.iocontent-line-writer
lib.rscontent-line-writer
version0.1.0
sourcesrc
created_at2024-08-15 16:42:47.400285
updated_at2024-08-15 16:42:47.400285
descriptionWriter for icalendar/vcard content lines.
homepagehttps://git.sr.ht/~whynothugo/content-line-writer
repository
max_upload_size
id1338976
size22,733
Hugo (WhyNotHugo)

documentation

README

content-line-writer

Source | Docs | Issues | Patches | Chat

This Rust library implements writing of content lines for iCalendar and vCard files. It handles the lower-level details of these formats, including folding continuation lines.

The initial scope includes two usages:

  • Converting JSCalendar into iCalendar.
  • Fixing some types of errors in non-compliant iCalendar files.

It does not handle any of the semantics of iCalendar and vCard; it only handles the syntax of content lines.

Requirements

This library requires Rust and Cargo to built. It has no additional build or runtime dependencies.

Documentation

The documentation can be built with cargo doc.

Licence

This project is licensed under the ISC licence. See LICENCE for details.

Commit count: 0

cargo fmt