[package] name = "cs-string-rw" version = "1.0.0" edition = "2021" license = "MIT" authors = ["Filip K"] repository = "https://gitlab.com/fili_pk/cs-string-rw" description = "Simple create to read and write strings into or from binary format compatible with c# BinaryWriter and BinaryReader." readme = "README.md" categories = ["parsing", "parser-implementations"] keywords = ["cs", "c_sharp", "string", "BinaryWriter", "BinaryReader"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]