projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e740e
)
make property struct public
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 8 Dec 2024 16:43:07 +0000
(22:13 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 8 Dec 2024 16:43:07 +0000
(22:13 +0530)
rust/property/src/lib.rs
patch
|
blob
|
history
diff --git
a/rust/property/src/lib.rs
b/rust/property/src/lib.rs
index c7be823fb7fe7238106122b59dc36ada802d71f1..f290869f5d57fea9068436e4b1ce6d701c66f556 100644
(file)
--- a/
rust/property/src/lib.rs
+++ b/
rust/property/src/lib.rs
@@
-1,6
+1,6
@@
use std::{collections::HashMap, io::{Read, Write}, path::Path};
-struct Property {
+
pub
struct Property {
props: HashMap<String, String>,
path: String,
}