chore(engine): final cleanup after platform abstraction refactor (closes #51)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
//! Platform-specific persistent storage backends.
|
||||||
|
//!
|
||||||
|
//! Native builds persist bytes under the app data directory, while browser
|
||||||
|
//! builds route the same engine API through `localStorage`.
|
||||||
|
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
//! Platform-specific wall-clock time sources.
|
||||||
|
|
||||||
/// Abstracts platform-specific wall-clock time.
|
/// Abstracts platform-specific wall-clock time.
|
||||||
///
|
///
|
||||||
/// Native: backed by `std::time::SystemTime`.
|
/// Native: backed by `std::time::SystemTime`.
|
||||||
|
|||||||
Reference in New Issue
Block a user