Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datrs/hyperspace-rs
/ functions
Functions
128 in github.com/datrs/hyperspace-rs
⨍
Functions
128
◇
Types & classes
29
Function
fmtkey
(key: K)
corestore/examples/demo.rs:32
Method
into_iter
(self)
corestore/src/corestore.rs:118
Method
join_all
(&mut self)
replicator/src/peer.rs:49
Method
key
(&self)
client/src/session.rs:138
Function
main
()
client/src/bin.rs:66
Function
main
()
corestore/examples/demo.rs:12
Function
main
()
server/src/bin.rs:5
Function
main
()
common/build.rs:1
Function
map_err
(err: anyhow::Error)
server/src/rpc/session.rs:38
Method
new
(core: RemoteHypercore, start: u64, end: Option<u64>, live: bool)
client/src/stream.rs:64
Method
new
(rpc: &mut Rpc)
client/src/session.rs:34
Method
new
()
client/src/freemap.rs:32
Method
new
(inner: RwLockReadGuard<'a, InnerCorestore>)
corestore/src/corestore.rs:124
Method
new
()
corestore/src/feed_map.rs:18
Method
new
(feed: Arc<Mutex<Feed>>)
replicator/src/peer.rs:23
Method
new
Create a new replicator
replicator/src/lib.rs:48
Method
new
(rpc: &mut hrpc::Rpc, state: State)
server/src/rpc/session.rs:25
Function
on_rpc_connection
(state: State, stream: UnixStream)
server/src/rpc/mod.rs:20
Method
open
(&mut self, req: OpenRequest)
server/src/rpc/session.rs:144
Function
open_corestore
Open a remote corestore Example: ```no_run # #[async_std::main] # async fn main () -> anyhow::Result<()> { use hyperspace_client::open_corestore; let
client/src/lib.rs:28
Method
poll_next
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
client/src/stream.rs:77
Method
poll_read
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut [u8], )
client/src/stream.rs:179
Method
poll_seek
(mut self: Pin<&mut Self>, cx: &mut Context, pos: SeekFrom)
client/src/stream.rs:140
Method
stats
(&mut self)
replicator/src/peer.rs:53
Function
test_corestore_replicate
()
corestore/src/replicate.rs:52
Method
to_reader
(&mut self)
client/src/session.rs:198
Function
usage
()
client/src/bin.rs:53
Method
with_storage_path
(path: PathBuf)
corestore/src/corestore.rs:148
← previous
101–128 of 128, ranked by callers