Stop Using CSV! Use DSV instead. Let's parse DSV in Rust!

Описание к видео Stop Using CSV! Use DSV instead. Let's parse DSV in Rust!

I came across an very interesting article by Matt Hodges titled:

"CSVs Are Kinda Bad. DSVs Are Kinda Good."

Read the original here:

https://matthodges.com/posts/2024-08-...

And he makes a very well reasoned argument of the issues around CSVs. He's solution is to use ASCII control characters as he calls it "DSV".

In this session we look at parsing/decoding DSV type data structure.

Комментарии

Информация по комментариям в разработке