fuse2rs 0.0.3

FUSE2 bindings for Rust (mainly for OpenBSD)
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [0.0.3] - 2024-10-25

### Added

- support for FreeBSD & Linux

### Fixed

- `fs_init()`

## [0.0.2] - 2024-09-22

### Fixed

- Filesystem::readlink()

## [0.0.1] - 2024-09-22

This was the first release of fuse2rs.

[0.0.3]: https://github.com/realchonk/fuse2rs/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/realchonk/fuse2rs/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/realchonk/fuse2rs/releases/tag/0.0.1