Rocket/core/codegen/src
Matthew Pomes 6857b82ec4 Use codegen event target prefix 'rocket::codegen'.
This commit prefixes the target of all trace events emitted by codegen
with `rocket::codegen::{kind}::{module_path!()}`, where `kind` is the
kind of codegen item that was generated (i.e, `route`). This increases
the consistency of trace messages emitted by Rocket so that they all
begin with 'rocket::'.
2024-06-10 19:56:37 -05:00
..
attribute Use codegen event target prefix 'rocket::codegen'. 2024-06-10 19:56:37 -05:00
bang Update dependencies and fix nightly warnings. 2024-04-11 18:09:21 -07:00
derive Use call site hygiene in FromForm derive. 2024-05-02 16:18:51 -07:00
exports.rs Finalize 'tracing' migration. 2024-06-03 15:02:44 -07:00
http_codegen.rs Add 'Method' variants for all registered methods. 2024-04-24 19:22:03 -07:00
lib.rs Finalize 'tracing' migration. 2024-06-03 15:02:44 -07:00
name.rs Address new nightly compiler warnings. 2024-03-19 14:08:14 -07:00
proc_macro_ext.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
syn_ext.rs Generate deterministic names for 'uri' macros. 2024-05-29 15:21:49 -05:00