(no title)
digdugdirk | 1 month ago
Do you have any thoughts/recommendations for someone if they were to try making a pydantic interface layer for lite3?
digdugdirk | 1 month ago
Do you have any thoughts/recommendations for someone if they were to try making a pydantic interface layer for lite3?
eliasdejong|1 month ago
Doing this by definition requires processing an entire message which can be a little slow, so it is best done in C and exposed through CPython bindings / CFFI.