docs.rs failed to build ejdb-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ejdb-0.4.1
ejdb.rs, high-level bindings for Embedded JSON Database engine
This library provides high-level bindings to EJDB, an Embedded JSON Database engine.
EJDB is a document-oriented NoSQL embedded database, very similar to MongoDB. It allows storing, querying and manipulation of collections of BSON documents. It has MongoDB-like query language, collection-level transactions and typed indices.
This library attempts to provide idiomatic and safe Rust bindings to EJDB. It exposes all main features of EJDB: databases, collections, queries, transactions, indices and metadata.
See crate documentation for usage examples.
Usage
Add a dependency in your Cargo.toml:
[]
= "0.1"
Changelog
Version 0.1.0
- Initial release
License
This library is provided under MIT license.