Registry / utility / xdg-stringprep

xdg-stringprep

JSON →
library1.0.3gogounverified

Package stringprep provides data tables and algorithms for RFC-3454, including errata (as of 2018-02). It also provides a profile for SASLprep as defined in RFC-4013.

go get github.com/xdg/stringprep
INSTALL
IMPORT
SIG · XDG-STRINGPREP
X
xdg-stringprep
utilitygov1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stringprep
✓ github.com/xdg/stringprep

Prepares a string using SASLprep profile.

package main import ( "fmt" "github.com/xdg/stringprep" ) func main() { result, _ := stringprep.SASLprep.Prepare("User Name") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
xdg-stringprep — go get xdg-stringprep · libregistry