diff --git a/README.md b/README.md index f3e87cb..133c7a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,31 @@ -# IronLicensing Rust SDK +
+
+
+
+
+ Software licensing and activation for Rust applications +
+ + + ++ Website • + Documentation • + Rust Guide • + Git +
+ +--- + +**IronLicensing** helps you protect your software with flexible licensing, activations, and feature management. Built for developers who want simple, powerful licensing without the complexity. ## Installation @@ -301,6 +326,26 @@ The SDK automatically generates and persists a unique machine ID at `~/.ironlice let machine_id = client.machine_id(); ``` +## Documentation + +For complete documentation, visit [ironlicensing.com/docs](https://ironlicensing.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/licensing](https://git.marketally.com/ironservices/ironlicensing-js) | +| .NET | [IronLicensing.Client](https://git.marketally.com/ironservices/ironlicensing-dotnet) | +| Python | [ironlicensing](https://git.marketally.com/ironservices/ironlicensing-python) | +| Go | [ironlicensing-go](https://git.marketally.com/ironservices/ironlicensing-go) | +| Java | [ironlicensing-java](https://git.marketally.com/ironservices/ironlicensing-java) | + +## Support + +- **Documentation**: [ironlicensing.com/docs](https://ironlicensing.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironlicensing-rust/issues](https://git.marketally.com/ironservices/ironlicensing-rust/issues) + ## License -MIT License - see LICENSE file for details. +MIT License - see [LICENSE](LICENSE) for details.