-
-
Notifications
You must be signed in to change notification settings - Fork 0
wrappers
mozrin edited this page Dec 14, 2025
·
1 revision
The Universal Timestamp Library provides official wrappers for multiple programming languages.
| Language | Directory | Status |
|---|---|---|
| C++ | wrappers/cpp/ |
✅ Available |
| Python | wrappers/python/ |
✅ Available |
| Rust | wrappers/rust/ |
✅ Available |
| Bash | wrappers/bash/ |
✅ Available |
| Go | wrappers/go/ |
🚧 Planned |
All wrappers follow these principles:
- Idiomatic API — Use language-native conventions
- Thin layer — Minimal overhead over the C library
- Complete coverage — Expose all C API functionality
- Type safety — Leverage language type systems
- Error handling — Use language-native error mechanisms
Each wrapper has its own build instructions in its documentation.
© 2025 Moztopia. Portions of this code and documentation are copyrighted.
All Rights Reserved.