aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-22 20:28:38 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-22 20:28:38 -0700
commit0e69cec02fe26114bc1abf1c5470c0053d0ceaa4 (patch)
tree46cea4da7683cbaaa4373b6ebdda194ee3f052b5 /src/lib.rs
parent8ead45811875a045faca7b600c9709fc6d06c94b (diff)
cleanup files for packaging
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b93cf3f..f69eddc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,14 +1,6 @@
-pub fn add(left: u64, right: u64) -> u64 {
- left + right
-}
+pub mod eorzean_time;
+pub mod eorzean_weather;
-#[cfg(test)]
-mod tests {
- use super::*;
+pub use eorzean_time::*;
+pub use eorzean_weather::*;
- #[test]
- fn it_works() {
- let result = add(2, 2);
- assert_eq!(result, 4);
- }
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage