This website works better with JavaScript.
Explore
Help
Sign In
michielbdejong
/
nextgraph-rs
forked from
NextGraph/nextgraph-rs
Watch
1
Star
0
Fork
You've already forked nextgraph-rs
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem
420
Commits
3
Branches
6
Tags
166 MiB
Tree:
947e5f5de4
nextgraph-rs
/
ng-storage-rocksdb
/
build.rs
6 lines
106 B
Raw
Normal View
History
Unescape
Escape
ng-storage-rocksdb preview.6
10 months ago
fn
main
(
)
{
if
std
::
env
::
var
(
"DOCS_RS"
)
.
is_ok
(
)
{
println!
(
"cargo:rustc-cfg=docsrs"
)
;
}
wallet_recovery_pdf
8 months ago
}