nlcep

Crates.ionlcep
lib.rsnlcep
version0.7.0
sourcesrc
created_at2024-12-07 22:53:45.836805
updated_at2024-12-09 23:14:17.47817
descriptiona library for parsing natural language calendar events
homepage
repositoryhttps://github.com/xypine/nlcep
max_upload_size
id1475933
size83,675
Elias Eskelinen (xypine)

documentation

README

NLCEP

Natural Language Calendar Event Parser

About

A library for parsing strings such as "John's birthday 18.11." or "Meeting about new duck quotas tomorrow 11:00 @ A769" into a machine readable format.

Copyright (C) 2024 Elias Eskelinen elias.eskelinen@pm.me

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program (LICENSE.txt). If not, see https://www.gnu.org/licenses/.

Usage & Examples

The library is available at crates.io, you can add it to your project as a dependency by running cargo add nlcep.

You can read the documentation of the latest release on docs.rs.

Documentation for the (possibly still work-in-progress) main branch is also available at my github pages.

Commit count: 18

cargo fmt