Description
Provides flexible bivalent streams for Common Lisp, allowing code to work with character and byte-oriented data through stream abstractions. It is useful for libraries that handle mixed text and binary input or output.
Install it when a Lisp project depends on Flexi Streams. Encoding and binary handling should be tested with real input data to avoid subtle conversion bugs.