From 56a72ae506821cc37a6bdf1e74d0bfb158c36f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 3 Nov 2019 14:45:52 +0100 Subject: Add descirption to strbuf. --- module/util/strbuf.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'module/util') diff --git a/module/util/strbuf.scm b/module/util/strbuf.scm index 9c1b1e6a..2b574e82 100644 --- a/module/util/strbuf.scm +++ b/module/util/strbuf.scm @@ -1,3 +1,8 @@ +;;; Description: +;; Alternative class to regular string, optimized for really fast appending, +;; Works on a byte level, and isn't really good for anything else. +;;; Code: + (define-module (util strbuf) :use-module (srfi srfi-9) :use-module (rnrs bytevectors) -- cgit v1.2.3