From 14ba6e8ba6b10881ad66e6422551a99fa9c2ab06 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 15 Aug 2020 20:21:23 -0700 Subject: [PATCH] Replace link with simple mention of winglob's name. None of the others are linked, so why this one. --- voussoir.net/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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