sepora-core

Crates.iosepora-core
lib.rssepora-core
version0.1.3
created_at2025-11-17 18:42:29.830463+00
updated_at2025-11-17 22:01:29.216799+00
descriptionCore library for Sepora: pure Rust functions for todos, diaries, and calendars.
homepage
repositoryhttps://github.com/sepora-dev/sepora-core
max_upload_size
id1937320
size23,185
Q0tzly (Q0tzly)

documentation

README

Sepora-core

Sepora-core is a pure Rust library for managing todos, diary entries, and calendar events.
It provides a set of pure functions for CRUD operations, filtering, and summarizing, independent of any storage backend.

This library forms the core of the Sepora ecosystem, enabling both self-hosted and official-hosted setups.

Features

  • Manage todos, diary entries, and calendar events
  • Pure functions with no side effects
  • Filtering, sorting, and summarization
  • Easy integration with storage backends (Git, database, etc.)
  • Suitable for use in CLI tools, Web frontends, and backend services

License

MIT License © 2025 sepora-dev, Q0tzly

Commit count: 0

cargo fmt