Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 989 Bytes

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 989 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.0 - 2025-02-14

Added

  • add function to read metadata on file
  • add function to read metadata
  • add function to read directory
  • add functions to read and write
  • create remove_dir function
  • add function to remove file
  • add functions to create directories
  • add more functions to File
  • allow file to seek
  • make sure we can append to file
  • create working read and write

Other

  • add release-plz config
  • add metadata to cargo.toml
  • add readme
  • configuration basic github action
  • add not about read only file access
  • apply clippy and fmt suggestions
  • format code
  • should seek ahead but not behind
  • make sure we can truncate a file