Crates.io | emit_core |
lib.rs | emit_core |
version | |
source | src |
created_at | 2024-06-06 23:56:21.492936+00 |
updated_at | 2025-03-28 22:06:51.890616+00 |
description | Core APIs and runtime infrastructure for emit. |
homepage | |
repository | https://github.com/emit-rs/emit |
max_upload_size | |
id | 1264253 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
emit_core
A diagnostic framework for Rust applications.
This library is the core API of emit
, defining the fundamental abstractions used by the higher-level emit
crate.