Crates.io | lccc |
lib.rs | lccc |
version | 0.1.0 |
source | src |
created_at | 2020-10-23 13:18:27.850691 |
updated_at | 2020-10-23 13:18:27.850691 |
description | Dummy crate reserving the name for lccc rust internal use. |
homepage | |
repository | |
max_upload_size | |
id | 304664 |
size | 1,960 |
The __lccc
crate here is a reserved name for an internal crate defined by the (work in progress) lccc compiler, when compiling rust code.
Progress on the lccc compiler can be found here.
This crate is a dummy, and should not be dependend upon.
Use of the crate name __lccc
on the lccc rust compiler will cause a compile-time error (except when the unstable and non-portable feature, lccc_intrinsics_crate
is enabled).
Contents of the __lccc
crate are to be documented by lccc
.
Dependence on this reserved crate will cause a compile-time error.