Docs.rs
main_loop-0.3.3
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
main_loop 0.3.3
main loop for real time applications
Crate
Source
Builds
Feature flags
Hide files
..
glutin
platform
winit
control_flow.rs
events.rs
lib.rs
now.rs
1
2
3
4
5
6
use
time
::
precise_time_s
;
#
[
inline
]
pub
fn
now
(
)
->
f64
{
precise_time_s
(
)
*
1000_
f64
}