embedded-test-linker-script 0.1.0

Linker script for embedded-test
Documentation
1
2
3
4
5
#![no_std]
#![allow(clippy::needless_doctest_main)]
#![cfg_attr(not(doctest), doc = include_str!("../README.md"))]

// Yep, this crate has no rust source code. Only a linker script and a build.rs. See README.md for more information.