summaryrefslogtreecommitdiff
path: root/rust/src/enterprise.rs
AgeCommit message (Expand)Author
2026-04-20Enterprise: Add AuthenticateWithToken apiGlenn Smith
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Simplify enterprise initializationMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-04-01Rust: Better support for floating licensesGlenn Smith
2025-02-07Add server error to EnterpriseCheckoutError::RefreshExpiredLicenseFailedMason Reed
2025-01-31Fix misc clippy lintsMason Reed
2025-01-31Add lock on enterprise checkout code in Rust APIMason Reed
2025-01-25Rust refactorMason Reed
2024-10-03Checkout enterprise license in rust headless modeMason Reed
2024-08-02Fix arm64 Linux build by using std::os::raw::c_char rather than i8 to represe...Xusheng
2024-07-26Add more core API's to rustRubens Brandao