session_log 0.1.0

A simple session log library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.chrono]
version = "0.4.38"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.uuid]
version = "1.8.0"

[package]
description = "A simple session log library for Rust."
edition = "2021"
license = "MIT"
name = "session_log"
readme = "README.md"
repository = "https://githib.com/tnthung/session_log"
version = "0.1.0"