Document ready listener for browsers.
```rs use documentready::documentready; use wasm_bindgen::prelude::*;
pub fn main() { println!("waiting on document to load"); await!{document_ready()}; println!("document loaded!"); } ```
sh
$ cargo add document-ready
Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:
MIT OR Apache-2.0