We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a02637 commit 05309daCopy full SHA for 05309da
README.me
@@ -6,4 +6,4 @@ My reference implementation for csv tools in mojo
6
with open(in_csv, "r") as fi:
7
var rd = CsvReader(fi.read())```
8
9
-_working on build v24.4 (2024-06-07)_
+_working on build v25.5 (2025-01-08)_
mojoproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
authors = ["Josh S Wilkinson <joshswilkinson@pm.me>"]
3
channels = ["conda-forge", "https://conda.modular.com/max"]
4
-description = "Add a short description here"
+description = "csv parser in mojo"
5
name = "mojo_csv"
platforms = ["linux-64"]
version = "0.1.0"
0 commit comments