strukt 0.1.0

strukt is an implementation of Python's struct module for ad-hoc [de]serialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.byteorder]
version = "1.0.0"

[dependencies.regex]
version = "0.2.2"

[lib]
proc-macro = true

[package]
authors = ["Avi Weinstock <aweinstock314@gmail.com>"]
description = "strukt is an implementation of Python's struct module for ad-hoc [de]serialization"
keywords = ["struct", "parsing"]
license = "MIT / Apache-2.0"
name = "strukt"
repository = "https://github.com/aweinstock314/strukt"
version = "0.1.0"