lccc 0.1.0

Dummy crate reserving the name for lccc rust internal use.
docs.rs failed to build lccc-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

lccc

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.