ModKit Errors Macro
Proc-macro for generating strongly-typed error catalogs from JSON.
Overview
The cf-modkit-errors-macro crate provides the declare_errors! macro.
declare_errors!
License
Licensed under Apache-2.0.
Proc-macro for generating strongly-typed error catalogs from JSON.
The cf-modkit-errors-macro crate provides the declare_errors! macro.
declare_errors! {
path = "gts/errors_system.json",
namespace = "system_errors",
vis = "pub"
}
Licensed under Apache-2.0.