1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-19 23:32:56 +00:00
badge-gen/vendor/github.com/tdewolff/strconv/README.md
2016-06-28 19:38:58 +02:00

585 B

Strconv GoDoc

This package contains string conversion function and is written in Go. It is much alike the standard library's strconv package, but it is specifically tailored for the performance needs within the minify package.

For example, the floating-point to string conversion function is approximately twice as fast as the standard library, but it is not as precise.

License

Released under the MIT license.