[ANN] BitConverter.jl

Pleased to announce BitConverter which allows conversion of Integer to an array of bytes and back, support any base data types is planned but yet to be added.

2 Likes

A link to the repo would increase the probability that someone will have a look at it :slight_smile:

2 Likes

Oh yes! Thanks

Just FYI, stuff like Base.big(x::Vector{UInt8}) is considered type piracy.

v0.1.1 is on its way to JuliaRegistries
No more type piracy :slight_smile:

Thanks again

1 Like