Crates.io | goattodo-sdk |
lib.rs | goattodo-sdk |
version | 0.1.1 |
created_at | 2025-09-19 21:04:00.426778+00 |
updated_at | 2025-09-19 21:32:10.037888+00 |
description | The GoatTodo SDK |
homepage | http://goatodo.com |
repository | https://github.com/GoatTodo/sdk |
max_upload_size | |
id | 1847064 |
size | 43,465 |
This repository houses the cross platform GoatTodo SDK, written in Rust.
I'm (coltonhurst) building a Todo SDK in Rust for educational purposes. It is not yet ready for public use.
This sdk is currently only published on crates.io.
Because this project is not ready for public use, only a hello_world()
function is public.
cargo build
cargo test
cargo +nightly fmt
(You may need: rustup component add rustfmt --toolchain nightly
)
This sdk follows semver. Anything before major version 1.0.0
is subject to breaking changes.
This entire repository, all contributions, use, and more are licensed under the AGPLv3 license. You are free to use this project or contribute to this project as long as this license is followed; helpful information may be found here.