Crates.io | ofw |
lib.rs | ofw |
version | 0.3.1 |
source | src |
created_at | 2023-07-20 22:35:55.205345 |
updated_at | 2023-07-23 05:23:11.142548 |
description | basic interfacing with OpenFirmware (former IEEE standard 1275) |
homepage | |
repository | https://git.voremicrocomputers.com/voremicrocomputers/vap/ofw/ofw |
max_upload_size | |
id | 921856 |
size | 21,340 |
a rust crate for interfacing with OpenFirmware (former IEEE standard 1275)
this crate is intended to be a basic building-block for other crates to use when implementing interfaces for parts of the OpenFirmware client interface. other crates may extend this crate to provide further rust abstraction of OpenFirmware services, however they will not be built-in to this crate. this is intended to allow for developers to pick and choose what abstractions they will need, as well as to simplify the addition of new abstractions.
this crate - while it may be solely used by an OpenFirmware client - is not intended to provide a full runtime abstraction of the OpenFirmware client interface.