Skip to content

Commit 08c4e12

Browse files
authored
Add public repository guidance and copyright headers (#22)
1 parent 74cfa95 commit 08c4e12

137 files changed

Lines changed: 473 additions & 9 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 34 additions & 6 deletions

README.md

Lines changed: 28 additions & 2 deletions

examples/delays_and_timeouts.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#![allow(clippy::unwrap_used)]
25
#![allow(clippy::clone_on_ref_ptr)]
36
#![allow(clippy::expect_used)]

examples/fan_out_fan_in.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
//! Fan-Out/Fan-In Pattern Example
25
//!
36
//! This example demonstrates parallel execution of multiple activities

examples/hello_world.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
//! Hello World Example - Start here to learn Duroxide basics
25
//!
36
//! This example demonstrates:

examples/metrics_cli.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
//! Interactive observability dashboard for duroxide.
25
//!
36
//! This CLI tool demonstrates how to consume and display duroxide metrics

examples/timers_and_events.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
//! Timers and External Events Example
25
//!
36
//! This example demonstrates:

examples/with_observability.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
//! Example demonstrating duroxide with observability enabled.
25
//!
36
//! This example shows how to configure structured logging and metrics

0 commit comments

Comments
 (0)