Compare commits

...

1 Commits

Author SHA1 Message Date
Rob Watson 90c504d025 WIP: badges 2020-10-19 17:58:38 +02:00
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,16 @@
# Weblog
<!-- Version -->
<a href="https://crates.io/crates/weblog">
<img src="https://img.shields.io/crates/v/weblog.svg?style=flat-square"
alt="Crates.io version" />
</a>
<!-- Docs -->
<a href="https://docs.rs/weblog">
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
alt="docs.rs docs" />
</a>
weblog is a crate that defines a set of macros for calling `console.log()`, `console.error()` and other members of the browser's console API when targeting Wasm.
## Features