fuse2rs 0.0.2

FUSE2 bindings for Rust (mainly for OpenBSD)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.2] - 2024-09-22

### Fixed

- Filesystem::readlink()

## [0.0.1] - 2024-09-22

This was the first release of fuse2rs.

[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