Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuelantony2000/deta-rust
Deta Rust Library (SDK)
https://github.com/emmanuelantony2000/deta-rust
Last synced: about 1 month ago
JSON representation
Deta Rust Library (SDK)
- Host: GitHub
- URL: https://github.com/emmanuelantony2000/deta-rust
- Owner: emmanuelantony2000
- License: apache-2.0
- Created: 2020-11-18T18:52:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T08:41:33.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T01:14:01.394Z (4 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-deta - `deta-rust` - Deta Rust Library (SDK). (SDK's / Rust SDK)
README
# Deta Rust Library (SDK)
This library is at a very initial stage. Not been published to [`crates.io`](https://crates.io).
To use this library, add the following under the `dependencies` section in `Cargo.toml`.
```
deta = { git = "https://github.com/emmanuelantony2000/deta-rust" }
```To test the library, clone this repo and run: (Ensure that the API key is available as an environment variable, under the name `DETA_PROJECT_KEY`)
```
cargo t
```To render out the documentation for the library, clone this repo and run:
```
cargo rustdoc --open
```