Crates.io | sysfunc-dynamac-transmute |
lib.rs | sysfunc-dynamac-transmute |
version | 0.1.1 |
source | src |
created_at | 2019-04-18 09:43:50.103548 |
updated_at | 2019-04-18 09:43:50.103548 |
description | Basic cross-feature transmute macro support #![no_std] |
homepage | https://github.com/sysfunc/sysfunc-dynamac-transmute.rs/ |
repository | https://github.com/sysfunc/sysfunc-dynamac-transmute.rs/ |
max_upload_size | |
id | 128650 |
size | 6,668 |
sysfunc-dynamac-transmute
This repository contains code for dynamic macro selection between transmute methods.
This is designed to enable seamless transitions between standard, #![no_std]
(core), and #![no_core]
environments (at least in my work). It is being made public to help others with their work, but also because it is a dependency in part of the public code I am releasing.
It is its own crate because it shouldn't drag in the kitchen sink.
enable-std
: forces std
instead of core
where appropriate;no-core
: uses primitives (it should work with almost nothing from what I've been doing, as this was part of the base crates that underpin some of my bare metal exokernel experiments);rust-documentation
: designed to build documentation.This project is licensed under the ISC Licence. See LICENCE
.