eclipse_framebuffer 0.1.0

A lightweight no_std framebuffer text renderer with scrolling support for bare-metal Rust and the Limine bootloader
Documentation
[dependencies]

[lib]
name = "eclipse_framebuffer"
path = "src/lib.rs"

[package]
authors = ["GhostedGaming <epicrobloxgamer41@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "os", "embedded"]
description = "A lightweight no_std framebuffer text renderer with scrolling support for bare-metal Rust and the Limine bootloader"
documentation = "https://docs.rs/eclipse_framebuffer"
edition = "2021"
homepage = "https://github.com/GhostedGaming/eclipse-os"
keywords = ["no-std", "framebuffer", "limine", "osdev", "bare-metal"]
license = "MIT"
name = "eclipse_framebuffer"
readme = "README.md"
repository = "https://github.com/GhostedGaming/eclipse-os"
version = "0.1.0"