resource-fork 0.1.0

A library for reading and writing Macos resource forks
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.libc]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.3.0"

[package]
description = "A library for reading and writing Macos resource forks"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "resource-fork"
repository = "https://github.com/Dr-Emann/applesauce"
resolver = "1"
version = "0.1.0"