diff --git a/voussoir.net/index.html b/voussoir.net/index.html index 0ec3e71..6625d70 100644 --- a/voussoir.net/index.html +++ b/voussoir.net/index.html @@ -212,7 +212,7 @@ code { font-family: monospace; }

Voussoirkit

-

The voussoirkit library contains code that I have found useful to include in my other projects. Everything from bytestring that converts integer numbers of bytes into "3.145 MiB" strings, to pathclass and spinal which provide object-oriented file and directory operations and copy routines. Some modules boost cross-compatibility by smoothing over differences between Windows and Unix. This way I can easily deploy new features and bug fixes to all my programs.

+

The voussoirkit library contains code that I have found useful to include in my other projects. Everything from bytestring that converts integer numbers of bytes into "3.145 MiB" strings, to pathclass and spinal which provide object-oriented file and directory operations and copy routines. Some modules like winglob boost cross-compatibility by smoothing over differences between Windows and Unix. This way I can easily deploy new features and bug fixes to all my programs.

https://github.com/voussoir/voussoirkit