fpapers 0.1.0

Rust implementation of FPaper file structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ['"ferhatgec"']
description = "Rust implementation of FPaper file structure."
documentation = "https://docs.rs/fpapers"
edition = "2021"
include = [".gitignore", "Cargo.toml", "src/*.rs", "example.fpaper"]
keywords = ["rust", "fpaper", "file_structure", "file", "format"]
license = "MIT"
name = "fpapers"
readme = "README.md"
repository = "https://github.com/ferhatgec/fpapers"
resolver = "2"
version = "0.1.0"