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
465
Commits
3
Branches
6
Tags
166 MiB
Rust
80.8%
Svelte
11%
TypeScript
5.5%
JavaScript
1.7%
HTML
0.7%
Other
0.2%
Tree:
c38585f87d
nextgraph-rs
/
ng-oxigraph
/
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