This website requires JavaScript.
Explore
Help
Sign In
talexander
/
natter
Watch
1
Star
0
Fork
0
You've already forked natter
Code
Issues
Pull Requests
Releases
Activity
natter
/
src
/
config
/
mod.rs
4 lines
48 B
Rust
Raw
Normal View
History
Unescape
Escape
Introduce a new config struct the lives above the raw disk implementation. This should let us include values that would not be written to disk like the folder containing the config.
2023-10-18 21:25:37 -04:00
mod
full
;
mod
raw
;
pub
(
crate
)
use
full
::
Config
;
Reference in New Issue
Copy Permalink