crmprs

Crates.iocrmprs
lib.rscrmprs
version0.1.0
sourcesrc
created_at2021-07-01 19:01:53.912145
updated_at2021-07-01 19:01:53.912145
descriptionCompress a series of given strings using CRC64. Uses the underlying `crc64` crate.
homepagehttps://github.com/RafaelOrtizRC/crmprs
repositoryhttps://github.com/RafaelOrtizRC/crmprs
max_upload_size
id417551
size7,532
Friday Ortiz (FridayOrtiz)

documentation

README

crmprs

Compress a series of given strings using CRC64. Uses the underlying crc64 crate.

Example

$ crmprs asdf
Processing 1 string(s).
String: asdf
CRC64: 0xe415192451a5f41e
Commit count: 3

cargo fmt