Yusuph Mkangarayusuphisms.hashnode.dev·Oct 15, 2022Notes: SQLite IntegrationI am working on integrating SQLite and Rust. This is a rough next step after my previous notes on reading the CSV file using the csv crate. I started a new project, but something that they don't make extremely clear/obvious is unless you use bundled,...77 readsStructured Textstructured-text
Yusuph Mkangarayusuphisms.hashnode.dev·Oct 13, 2022Notes: Reading The CSVIn an interest to keep writing instead of focusing too much on the perfect form, I decided to do intermediate posts as "Notes". The paragraphs will be more stream of consciousness and less polished, but perhaps they will be consolidated into more coh...Structured Textstructured-text
Yusuph Mkangarayusuphisms.hashnode.dev·Oct 4, 2022Setting the Stage for Structured Texts SeriesDefining Structured Texts I have been fascinated with processing texts with an innate structure. Specifically, I'm interested in texts that can be represented as simple human-readable files with fields (columns) and records (rows). This implies that ...Structured Textcsv