Docs.rs
craby-0.1.0-rc.0
craby 0.1.0-rc.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
leegeunhyeok
Dependencies
anyhow ^1.0.98
normal
craby_macro ^0.1.0-rc.0
normal
Versions
59.26%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate craby
craby
0.1.0-rc.0
All Items
Crate Items
Re-exports
Modules
Macros
Crate
craby
Copy item path
Source
Re-exports
§
pub use
craby_macro
;
Modules
§
context
macros
prelude
This module provides the prelude for Craby Modules.
types
Macros
§
catch_
panic
Catches a panic and returns a
Result
with the error message.
throw
Alias for
panic!
macro.