The Deta-Rust is a simple unofficial rust lang SDK for the Deta.
⚠️ This package is still under active development, so there will be many modifications and improvements ⚠️
Take a look at the examples to get you started quickly. See the documentation for details.
Have fun 😀
Add the following entry to Cargo.toml:
toml
deta_rust="0.1.0"
Unit tests:
rust
cargo test --lib
Integration tests:
Before performing integration tests, you must create a .env
file in the root directory. It should contain the fields:
API_KEY=[...]
TEST_DB_NAME=[...]
TEST_DRIVE_NAME=[...]
Then:
rust
cargo test --test database
cargo test --test drive
⚠️ Note, make sure that the database or drive under test does not contain any relevant data ⚠️
Licensed under MIT License.
Contributions would be greatly appreciated.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.