Crates.io | surrealdb-core-nightly |
lib.rs | surrealdb-core-nightly |
version | |
source | src |
created_at | 2024-02-05 23:55:52.407341 |
updated_at | 2024-12-13 00:30:16.897691 |
description | A nightly release of the surrealdb-core crate |
homepage | https://github.com/surrealdb/surrealdb |
repository | https://github.com/surrealdb/surrealdb |
max_upload_size | |
id | 1128114 |
Cargo.toml error: | TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate is the internal core library of SurrealDB. It contains most of the database functionality on top of which the surreal binary is implemented. This crate should not be used outside of SurrealDB itself. For a stable interface to the SurrealDB library see the Rust SDK