diaryx_core 1.4.4

Core library for Diaryx - a tool to manage markdown files with YAML frontmatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Entry module
description: Entry manipulation functionality
part_of: '[README](/crates/diaryx_core/src/README.md)'
exclude:
  - '*.lock'
  - '**/*.rs'
---

# Entry Module

This module provides functionality for manipulating workspace entries (markdown files).

## Files

- `mod.rs` - Main entry operations and public API
- `helpers.rs` - Helper functions for entry manipulation