Crates.io | content-line-writer |
lib.rs | content-line-writer |
version | 0.1.0 |
source | src |
created_at | 2024-08-15 16:42:47.400285 |
updated_at | 2024-08-15 16:42:47.400285 |
description | Writer for icalendar/vcard content lines. |
homepage | https://git.sr.ht/~whynothugo/content-line-writer |
repository | |
max_upload_size | |
id | 1338976 |
size | 22,733 |
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:
It does not handle any of the semantics of iCalendar and vCard; it only handles the syntax of content lines.
This library requires Rust and Cargo to built. It has no additional build or runtime dependencies.
The documentation can be built with cargo doc
.
This project is licensed under the ISC licence. See LICENCE for details.