The Deta-Rust is a simple unofficial Deta SDK for Rust lang.
Feel free to write me if you discovered any problems with the package, or if you have any questions. I am also open to suggestions.
Take a look at the examples to get you started quickly. See the documentation for details.
Have fun 😀
Unit tests:
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:
cargo test --test database
cargo test --test drive
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.