Skip to content

t089/swift-w3c-trace-context

 
 

Repository files navigation

Swift W3C Trace Context

CI Swift

A Swift implementation of the W3C Trace Context standard.

Documentation

Our documentation is hosted on the Swift Package Index.

Contributing

Please make sure to run ./scripts/soundness.sh when contributing. It checks formatting and similar things.

You can ensure it always runs and passes before you push by installing a pre-push hook with git:

echo './scripts/soundness.sh' > .git/hooks/pre-push
chmod +x .git/hooks/pre-push

About

Micro-library exposing the W3C Trace-Context as a Swift struct

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 89.8%
  • Shell 10.2%