file_type_enum 3.0.0

An enum with a variant for each file type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "file_type_enum"
version = "3.0.0"
authors = ["João M. Bezerra <marcospb19@hotmail.com>"]
edition = "2024"
description = "An enum with a variant for each file type."
repository = "https://github.com/marcospb19/file_type_enum"
license = "MIT"
keywords = ["filetype", "filesystem"]
categories = ["api-bindings", "filesystem"]

[dependencies]
libc = { version = "0.2.180", optional = true }
fs-err = { version = "3.2.2", optional = true }

[features]
default = ["fs-err"]