synthonyx-kit

Crates.iosynthonyx-kit
lib.rssynthonyx-kit
version0.1.5
created_at2025-09-01 11:34:51.244526+00
updated_at2025-09-01 11:42:07.126874+00
descriptionThis kit provides all the tools for implementation of the Synthonyx Rust idiomatics.
homepage
repositoryhttps://github.com/synthonyx/kit-rs
max_upload_size
id1819456
size35,101
Open Source (github:synthonyx:open-source)

documentation

README

Synthonyx Kit for Rust.

This kit provides all the tools for implementation of the Synthonyx Rust idiomatics.

This project is under heavy development and not yet production ready. Use with caution.

Licensing

Copyright (c) 2024-2025, Synthonyx Technologies Ltd.

This SDK is dual-licensed under the terms of the Apache License, Version 2.0 and the MIT license. Choose the one that best fits your needs.

Using this crate

For now this crate isn't published at crates.io and it has to be used by adding a git dependency in Cargo.toml:

[dependencies]
synthonyx-kit = { version = "v0.1.4", features = ["serde"] }
Commit count: 14

cargo fmt