Crates.io | some_crate |
lib.rs | some_crate |
version | 0.2.1 |
source | src |
created_at | 2021-05-10 16:14:54.313561 |
updated_at | 2024-09-20 10:24:24.77055 |
description | If you just need a crate that's guaranteed(*) to do practically nothing. |
homepage | |
repository | https://github.com/ralfbiedert/some_crate |
max_upload_size | |
id | 395641 |
size | 2,294 |
This crate promises (in a non-legal sense) to be as side-effect-free as crate-possible:
#![no_std]
,Some non-default feature flags might be added later to opt into additional behavior.
License: WTFPL