diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-04-10 08:57:22 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-04-10 08:57:22 +0900 |
commit | e09dd45244e56e863482b7bef30617fd0c692105 (patch) | |
tree | f24f806cbe1b8c2c937f16a9f591aa5179789449 /examples/README.md | |
download | rust-slog-upstream.tar.gz rust-slog-upstream.tar.bz2 rust-slog-upstream.zip |
Import slog 2.7.0upstream/2.7.0upstream
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..9079cf0 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,5 @@ +This directory contains some general examples on how to use `slog` + +More examples can be found in: https://github.com/slog-rs/misc/tree/master/examples + +Also, some functionality-specific examples can be found in respective crates implementing them. |