8000 GitHub - init4tech/bin-base at 3198906489e1eb33c8e9725e0f98193b3c86cb7e
[go: up one dir, main page]

Skip to content

init4tech/bin-base

Repository files navigation

init4 bin base

This crate bundles common functionality for binaries produced by the init4 project. It provides:

  • environment parsing utilities
  • a standard tracing setup with otlp support
  • a standard server for prometheus metrics
  • standard environment variables to configure these features

This crate is intended to be used as a base for all binaries produced by the init4 project. It is not intended for outside consumption.

use init4_bin_base::init4;

fn main() {
    init4();
    // your code here
}

Build the crate docs with cargo doc --open to learn more.

About

signet binary base. exports and common observability deps

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages

0