fpapers 0.1.0

Rust implementation of FPaper file structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fpapers"
authors = ["\"ferhatgec\""]
description = "Rust implementation of FPaper file structure."
keywords = ["rust", "fpaper", "file_structure", "file", "format"]
readme = "README.md"
repository = "https://github.com/ferhatgec/fpapers"
documentation = "https://docs.rs/fpapers"
license = "MIT"
version = "0.1.0"
edition = "2021"

include = [
    ".gitignore",
    "Cargo.toml",
    "src/*.rs",
    "example.fpaper"
]