Skip to content

big-lip-bob/OC2-HLAPI-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenComputers II HLAPI Rust Wrapper

A simple yet efficient wrapper around the HLAPI /dev/hvc0 stty port in OpenComputers II written in Rust for Rust


TODO

  • Remove / find an alternative to serde due to its very fat size (80kB), or use dynamic dispatching, or alternatively make serde a dynamic library
  • Eventually add a build.rs that would generate component and their associated Rust traits from a JSON dump (delegated to OC2Generator)
  • Make it all #![no_std] ? (doubt i got enough sanity) (/dev/hvc0 being a feature of the Linux image, std will be available (a MMIO variant of this for baremetal ?))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages