devmem 0.1.0

Small library for accessing the physical address space using /dev/mem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.libc]
version = "0.2"

[package]
authors = ["Giacomo Vitali <gv@gvitali.eu>"]
description = "Small library for accessing the physical address space using /dev/mem"
documentation = "https://doc.rs/devmem"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "devmem"
readme = "README.md"
repository = "https://github.com/GVitali1412/devmem-rs"
version = "0.1.0"