os_units 0.2.5

A library which provides unit types for writing OS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "os_units"
version = "0.2.5"
authors = ["toku-sa-n <tokusan441@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
description = "A library which provides unit types for writing OS."
repository = "https://github.com/toku-sa-n/os_units"
categories = ["no-std", "os"]
keywords = ["no_std", "os"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
x86_64 = "0.12.0"