service_conventions

Crates.ioservice_conventions
lib.rsservice_conventions
version
sourcesrc
created_at2023-12-05 15:23:48.284527
updated_at2024-12-02 00:05:05.472769
descriptionConventions for services
homepage
repositoryhttps://github.com/philipcristiano/rust_service_conventions
max_upload_size
id1058750
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Philip Cristiano (philipcristiano)

documentation

README

rust-service-conventions

Conventions for Rust services

Tracing (and logging)

cargo add service_conventions

service_conventions::tracing::setup(tracing::Level::DEBUG);
Commit count: 187

cargo fmt