This website works better with JavaScript.
Explore
Help
Sign In
NextGraph
/
nextgraph-rs
Watch
1
Star
3
Fork
You've already forked nextgraph-rs
0
Code
Issues
2
Pull Requests
Packages
Projects
2
Releases
3
Activity
Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem
https://nextgraph.org
byzantine-fault-tolerance
crdts
dapps
decentralized
e2ee
eventual-consistency
json-ld
local-first
markdown
ocap
offline-first
p2p
p2p-network
privacy-protection
rdf
rich-text-editor
self-hosted
semantic-web
sparql
web3
collaboration
518
Commits
2
Branches
6
Tags
166 MiB
Rust
80.8%
Svelte
11%
TypeScript
5.5%
JavaScript
1.7%
HTML
0.7%
Other
0.2%
Tree:
1cd249f356
nextgraph-rs
/
ng-storage-rocksdb
/
build.rs
5 lines
106 B
Raw
Blame
History
fn
main
(
)
{
if
std
::
env
::
var
(
"DOCS_RS"
)
.
is_ok
(
)
{
println!
(
"cargo:rustc-cfg=docsrs"
)
;
}
}
Reference in new issue
View Git Blame
Copy Permalink