If num_bytes can be removed then a generic to_bytes and from_bytes trait can be created that will help with serializing structures and generic data.
13 lines
270 B
TOML
13 lines
270 B
TOML
[root]
|
|
name = "alchemy"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"sigils 0.1.0 (git+https://gitlab.com/CyberMages/sigils.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sigils"
|
|
version = "0.1.0"
|
|
source = "git+https://gitlab.com/CyberMages/sigils.git#a618fb27f7ceaaa3f75b334dd8ec716ff795273a"
|
|
|