from-path 0.2.1

Loading values from paths.
Documentation
# Changelog

<!-- changelogging: start -->

## [0.2.0]https://github.com/nekitdev/from-path/tree/v0.2.0 (2025-04-23)

### Features

- The `Load` sealed extension trait was added, which allows for ergonomic
  `path.load()` code. ([#1]https://github.com/nekitdev/from-path/pull/1)

### Changes

- The `from_path` function was renamed to `load` for consistency.
  ([#1]https://github.com/nekitdev/from-path/pull/1)

## [0.1.0]https://github.com/nekitdev/from-path/tree/v0.1.0 (2025-01-06)

No significant changes.