Project

easy-crc

0.0
No commit activity in last 3 years
No release in over 3 years
EasyCRC let's you calculate CRC32 checksums of files without locking the whole Ruby process
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.10
 Project Readme

EasyCRC

This gem calculates CRC32 checksums from files using ANSI C file operations. It does this without locking Ruby's global interpreter lock.

Usage

irb(main):001:0> require 'easy-crc'
=> true
irb(main):003:0> EasyCRC.crc32 '/bin/true'
=> 2768046636

License

EasyCRC is licensed under the MIT license, see the LICENSE file for details.