gen_readers

Generates the code for the IDataReader subtypes in the "BulkWriter" C# shared libraries.
git clone https://git.philomathiclife.com/repos/gen_readers
Log | Files | Refs | README

Cargo.toml (481B)


      1 [package]
      2 authors = ["Zack Newman <zack@philomathiclife.com>"]
      3 categories = ["command-line-utilities"]
      4 description = "Generates the code for the System.Data.IDataReader subtypes in the BulkWriters128 and BulkWriters256 C# shared libraries."
      5 edition = "2021"
      6 keywords = ["cli", "C#"]
      7 license = "MIT OR Apache-2.0"
      8 name = "gen_readers"
      9 readme = "README.md"
     10 repository = "https://git.philomathiclife.com/repos/gen_readers/"
     11 version = "1.0.0"
     12 
     13 [[bin]]
     14 name = "gr"
     15 path = "src/main.rs"