Skip to content

Commit 782f48c

Browse files
committed
turning into a lib ...
1 parent c9062ec commit 782f48c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#![allow(non_upper_case_globals)]
22
// #![no_std] almost - using println!() from std
33

4-
mod elec;
5-
mod macros;
6-
mod rcnet;
7-
mod scale;
8-
mod units;
4+
pub mod elec;
5+
pub mod macros;
6+
pub mod rcnet;
7+
pub mod scale;
8+
pub mod units;

0 commit comments

Comments
 (0)