Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctron/analytics-next-rs

Rust wrapper for @segment/analytics-next the web
https://github.com/ctron/analytics-next-rs

Last synced: 4 days ago
JSON representation

Rust wrapper for @segment/analytics-next the web

Awesome Lists containing this project

README

        

# Rust wrapper for `analytics-next`

[![CI](https://github.com/ctron/analytics-next-rs/workflows/CI/badge.svg)](https://github.com/ctron/analytics-next-rs/actions?query=workflow%3A%22CI%22)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/tag/ctron/analytics-next-rs?sort=semver)](https://github.com/ctron/analytics-next-rs/releases)
[![crates.io](https://img.shields.io/crates/v/analytics-next.svg)](https://crates.io/crates/analytics-next)
[![docs.rs](https://docs.rs/analytics-next/badge.svg)](https://docs.rs/analytics-next)

## Example

For running the example, you need to provide a Segment.io *writekey*. Place it into the file
`examples/yew/src/writekey.txt` and then start serve the example:

```
cd examples/yew
trunk serve
```