nors 0.1.0

nors is a Rust program for counting the number of rows and records in a CSV file.
Documentation
1
2
3
4
5
6
7
version: '3'
services:
  nors:
    build:
      context: .
    volumes:
      - .:/app