ruspiro-allocator 0.4.6

Simple and lightweight heap memory allocator for Raspberry Pi baremetal environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/***********************************************************************************************************************
 * Copyright (c) 2020 by the authors
 *
 * Author: André Borrmann <pspwizard@gmx.de>
 * License: Apache License 2.0 / MIT
 **********************************************************************************************************************/

//! Build script, required as soon as the ``links`` attribute in ``Cargo.toml`` is used. This is to ensure only one
//! ``ruspiro-allocator`` crate is ever linked into the final binary.
//!

fn main() {}