bbq 0.1.3

This project is for file handling. It can add, delete, modify, and query.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

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

[package]
categories = ["filesystem"]
description = "This project is for file handling. It can add, delete, modify, and query."
edition = "2021"
keywords = ["file", "log", "systemlog"]
license = "MIT"
name = "bbq"
readme = "README.md"
repository = "https://github.com/hshe/bbq"
version = "0.1.3"