mirror of https://git.sr.ht/~stygianentity/bincode
12 lines
374 B
TOML
12 lines
374 B
TOML
[package]
|
|
name = "bincode"
|
|
version = "0.0.1"
|
|
authors = ["Ty Overby <ty@pre-alpha.com>"]
|
|
|
|
repository = "https://github.com/TyOverby/bincode"
|
|
documentation = "http://tyoverby.github.io/bincode/bincode/"
|
|
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
|
|
|
license = "MIT"
|
|
description = "A binary serialization / deserialization strategy and implementation."
|