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
17
[package]
name = "bbq"
version = "0.1.3"
edition = "2021"
description = "This project is for file handling. It can add, delete, modify, and query."
# author = "hshe <hshe@163.com>"
readme = "README.md"
repository = "https://github.com/hshe/bbq"
license = "MIT"
keywords = ["file", "log", "systemlog"]
categories = ["filesystem"]

[dependencies]

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