@hackage bytestring-encodings0.1.0.0

checks to see if a given bytestring adheres to a certain encoding

Data.ByteString.X modules provide simple, efficient function 'isX :: ByteString -> Bool' which returns True if a given ByteString adheres to a certain encoding X, and False otherwise.