ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/src/lib.rs
Revision: 15
Committed: Sat Jul 12 22:17:26 2025 UTC (2 months, 4 weeks ago) by yuzu
File size: 60 byte(s)
Log Message:
add additional endpoints; change out mutexes for rwlocks

File Contents

# Content
1 pub mod service;
2
3 #[cfg(feature = "models")]
4 pub mod model;