ovska / FlameCsv

High performance RFC 4180 compliant CSV parsing library for .NET 6+
MIT License
6 stars 1 forks source link

Investigate how to make sourcegen'd implementation the default #9

Open ovska opened 3 months ago

ovska commented 3 months ago

Interceptors could be used to replace CsvReader.Read<Obj>(source) with CsvReader.Read<Obj>(source, GeneratedObjTypeMap.Instance) or similar.