@hackage bytestring-encodings0.1.0.0

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

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      dev-wall-werror
       (off by default)

      turn on -Wall -Werror for development purposes

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.