You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/xdg-go/stringprep
李光春 16cf68e8af
- update vendor
1 year ago
..
.gitignore update vendor 2 years ago
CHANGELOG.md - update vendor 1 year ago
LICENSE update vendor 2 years ago
README.md update vendor 2 years ago
bidi.go update vendor 2 years ago
doc.go update vendor 2 years ago
error.go update vendor 2 years ago
map.go update vendor 2 years ago
profile.go update vendor 2 years ago
saslprep.go update vendor 2 years ago
set.go update vendor 2 years ago
tables.go update vendor 2 years ago

README.md

Go Reference Go Report Card Github Actions

stringprep  Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep

Synopsis

    import "github.com/xdg-go/stringprep"

    prepped := stringprep.SASLprep.Prepare("TrustNô1")

Description

This library provides an implementation of the stringprep algorithm (RFC-3454) in Go, including all data tables.

A pre-built SASLprep (RFC-4013) profile is provided as well.

Copyright 2018 by David A. Golden. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0