Skip to content

Commit cf2d3ce

Browse files
committed
[add] documentation.
1 parent 14800c8 commit cf2d3ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

crates/lambda-rs-logging/src/handler.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Log handling implementations for the logger.
2+
13
use std::{
24
fs::OpenOptions,
35
io::Write,

crates/lambda-rs-logging/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! A simple logging library for lambda-rs crates.
2+
13
use std::{
24
fs::OpenOptions,
35
io::Write,

0 commit comments

Comments
 (0)