mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-12 14:28:36 -07:00
server: multiple frontends + auto download from github when needed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![doc = "\n## Example\n\n```rust"]
|
||||
#![doc = include_str!("../examples/main.rs")]
|
||||
@@ -55,6 +54,7 @@ impl Indexer {
|
||||
}
|
||||
|
||||
/// Do NOT import multiple times are things will break !!!
|
||||
/// Clone struct instead
|
||||
pub fn import_stores(&mut self) -> color_eyre::Result<()> {
|
||||
self.stores = Some(Stores::import(&self.path.join("stores"))?);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user