BUPT-OS / RROS

RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C).
https://bupt-os.github.io/website/
Other
567 stars 40 forks source link

Need a `new` method in `Timespec64` #17

Closed yexuanyang closed 10 months ago

yexuanyang commented 11 months ago

The purpose of struct Timespec64's existence is to avoid using bindings. But now it doesn't have a new method, we have to import bindings::timespec64 when we want to init a Timespec64. That makes me upset😢