Rocket/core/lib
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
..
fuzz Finalize 'tracing' migration. 2024-06-03 15:02:44 -07:00
src Use codegen event target prefix 'rocket::codegen'. 2024-06-10 19:56:37 -05:00
tests Finalize 'tracing' migration. 2024-06-03 15:02:44 -07:00
Cargo.toml Allow dynamic selection of log format. 2024-06-03 14:39:20 -07:00
LICENSE-APACHE Symlink license files in all crate directories. 2024-04-06 20:46:07 -07:00
LICENSE-MIT Symlink license files in all crate directories. 2024-04-06 20:46:07 -07:00
build.rs Fix min dependency versions. Update MSRV to 1.64. 2023-12-13 17:49:05 -08:00