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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
480
Commits
3
Branches
6
Tags
166 MiB
Rust
80.8%
Svelte
11%
TypeScript
5.5%
JavaScript
1.7%
HTML
0.7%
Other
0.2%
Tag:
Branch:
Tree:
76ef3eee4d
chore/ng-app/ng-worker-upload-download
master
no-need-create-local-broker
v0.1.0-preview.1
v0.1.0-preview.6
v0.1.0-preview.7
v0.1.0-preview.8
v0.1.1-alpha
wallet-demo
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '76ef3eee4d'
${ noResults }
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