Docs.rs
omgkit-core-0.0.7
omgkit-core 0.0.7
Docs.rs crate page
BSD-3-Clause
30 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
zbc0315
Dependencies
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module error
omgkit_
core
0.0.7
Module error
Module Items
Enums
Type Aliases
In crate omgkit_
core
omgkit_core
Module
error
Copy item path
Source
Expand description
核心层错误类型。
L0 只关心结构性错误(下标越界、自环、规模溢出)。化学语义错误 (价键异常、芳香性感知失败)属于 L2,由
omgkit-chem
自行定义。
Enums
§
Error
核心层错误。
Type Aliases
§
Result
核心层的
Result
别名。