2 releases

0.1.1 Jan 21, 2024
0.1.0 Jan 21, 2024

#1008 in Text processing

43 downloads per month

MIT license

18KB
303 lines

forbidden-bands

8-bit string handling library build

Introduction

This is a collection of utilities and structures for dealing with different 8-bit strings. Basically it provides easy ways to converting strings to and from Rust string types and debugging those strings.

It depends on the standard library and core. It's not meant for embedded systems. The goal here is reading and writing old filesystems on newer systems. But it can be used for other projects.

Currently it supports fixed-length PETSCII strings. PETSCII is the character set used on early Commodore Business Machines systems.

Contributing

Other 8-bit string support is welcome. Some other string types may be added in the future.


lib.rs:

A crate for working with old 8-bit string formats

Dependencies

~0.7–1.4MB
~33K SLoC