tarfs 0.1.2

Tar reading library, designed for using in embedded systems
Documentation
[dependencies]

[[example]]
name = "dump"
path = "examples/dump.rs"

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

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

[package]
authors = ["NDRAEY <pikachu_andrey@vk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "no-std"]
description = "Tar reading library, designed for using in embedded systems"
edition = "2021"
keywords = ["tar", "no_std"]
license = "MIT"
name = "tarfs"
readme = false
repository = "https://github.com/NDRAEY/tarfs_oxide"
version = "0.1.2"