strser 0.1.0

A struct serializer for rust empowered with a macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.strsermac]
version = "0.1.0"

[package]
authors = ["Necdet Arda Etiman <arda_etiman_799@windowslive.com>"]
categories = ["rust-patterns", "data-structures", "parsing"]
description = "A struct serializer for rust empowered with a macro"
edition = "2021"
keywords = ["serialize", "struct-serializer", "macro", "parse", "struct-parser"]
license = "MIT"
name = "strser"
repository = "https://github.com/Necoo33/struct-serializer-rs"
version = "0.1.0"