rustar 0.1.4

A pure-rust USTAR implementation for OS-dev
Documentation
[dependencies]

[features]
default = ["std"]
std = []

[lib]
name = "rustar"
path = "src/lib.rs"

[package]
authors = ["elizabeth"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "no-std", "parsing", "data-structures"]
description = "A pure-rust USTAR implementation for OS-dev"
edition = "2024"
keywords = ["osdev", "no_std", "ustar"]
license-file = "LICENSE"
name = "rustar"
readme = "README.md"
repository = "https://github.com/x-nbnv/rustar"
rust-version = "1.85"
version = "0.1.4"

[[test]]
name = "tests"
path = "tests/tests.rs"