intentionally_empty/lib.rs
1// SPDX-License-Identifier: MIT-0
2
3//! ## An intentionally empty crate.
4//!
5//! [](https://github.com/Kijewski/intentionally-empty/actions/workflows/ci.yml)
6//! [](https://crates.io/crates/intentionally-empty)
7//! [](https://docs.rs/intentionally-empty/)
8//! 
9//! [](https://github.com/Kijewski/intentionally-empty/blob/v1.0.0/LICENSE.md "License: MIT-0")
10//!
11//! It is empty now, and it will stay empty for ever.
12//! No dependencies, no build script, no nothing.
13
14#![no_std]