easy_reader 0.5.2

A Rust library for easily navigating forward, backward or randomly through the lines of huge files.
Documentation
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lldb",
            "request": "launch",
            "name": "Debug tests in easy_reader",
            "cargo": {
                "args": [
                    "test",
                    "--no-run",
                    "--lib"
                ]
            },
            "args": [
                "--nocapture"
            ],
            "cwd": "${workspaceFolder}"
        }
    ]
}