Skip to content

drbsg/stringprep-hs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringprep-hs

This Haskell library implements the algorithm "StringPrep" from RFC3454.

It is available on Hackage under the name "stringprep".


Simple usage looks something like:

import Text.StringPrep (runStringPrep)
import Text.StringPrep.Profiles (namePrepProfile)

namePreppedText = runStringPrep namePrepProfile yourText

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%