Joey9801 / igc-rs

MIT License
6 stars 4 forks source link

Replace unsafe `memmap` usage with `BufReader` #8

Closed Turbo87 closed 5 years ago

Turbo87 commented 5 years ago

This essentially does the same thing, but without an additional dependency and without using unsafe.