文件名称:cayley-rust:Cayley 的 Rust 包装驱动程序
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-26 17:10:45
rust cayley cayley-rust Rust
正在进行中,但可用于简单的事情 注意:每晚构建 Rust,但不能保证与最新版本保持同步,因为它是为了好玩而制作的。 不过,当我使用它时,它会在一段时间内显得相当新鲜,我想。 关于 Cayley 是来自谷歌的一个新的图形驱动数据库引擎,在或不同的文章中阅读它。 API 文档 ( rustdoc )。 代码示例 要获得关于它的第一印象,请参阅和源。 用法 将这些行添加到您的Cargo.toml : [ dependencies . cayley ] git = " https://github.com/shamansir/cayley-rust " doc = false 然后,在您要使用 Cayley 的任何文件中,添加: extern crate cayley; 只是不要忘记在每次会话之前启动 Cayley DB 本身: $ ./cayley http --dbpath=<yo
【文件预览】:
cayley-rust-master
----.travis.yml(1KB)
----tests()
--------rustdoc_path_2.rs(490B)
--------path_compile.rs(11KB)
--------connection.rs(855B)
--------30kmoviedata.rs(6KB)
----src()
--------error.rs(3KB)
--------path.rs(25KB)
--------graph.rs(10KB)
--------selector.rs(333B)
--------lib.rs(4KB)
----Cargo.toml(412B)
----.gitignore(25B)
----README.md(5KB)