changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/io/stream.lisp

changeset 685: ebe3315b7add
parent: c40d2a41d7ce
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 29 Sep 2024 22:44:52 -0400
permissions: -rw-r--r--
description: evdev/kbd fully operational, rustls and blake3 cleanups
1 ;;; io/stream.lisp --- IO Streams
2 
3 ;; Core IO Streams - extends SB-GRAY and STD/STREAM.
4 
5 ;;; Code:
6 (in-package :io/stream)