goattodo-sdk

Crates.iogoattodo-sdk
lib.rsgoattodo-sdk
version0.1.1
created_at2025-09-19 21:04:00.426778+00
updated_at2025-09-19 21:32:10.037888+00
descriptionThe GoatTodo SDK
homepagehttp://goatodo.com
repositoryhttps://github.com/GoatTodo/sdk
max_upload_size
id1847064
size43,465
Colton Hurst (coltonhurst)

documentation

README

GoatTodo SDK

This repository houses the cross platform GoatTodo SDK, written in Rust.

Project Goals

I'm (coltonhurst) building a Todo SDK in Rust for educational purposes. It is not yet ready for public use.

SDK Usage

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.

SDK Development

Build

cargo build

Test

cargo test

Format

cargo +nightly fmt

(You may need: rustup component add rustfmt --toolchain nightly)

Versioning

This sdk follows semver. Anything before major version 1.0.0 is subject to breaking changes.

License

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.

Commit count: 17

cargo fmt