This repository houses the cross platform GoatTodo SDK, written in Rust.
🚨 This is not yet ready for public use 🚨
I'm (coltonhurst) building a Todo SDK in Rust for educational purposes.
Current project goals:
- Create an ergonomic SDK for todo apps
- Write the entire SDK by hand in pure Rust, using zero dependencies except for crypto related dependencies (currently only:
uuid)
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.