https://github.com/ctron/analytics-next-rs
Rust wrapper for @segment/analytics-next the web
https://github.com/ctron/analytics-next-rs
Last synced: about 1 year ago
JSON representation
Rust wrapper for @segment/analytics-next the web
- Host: GitHub
- URL: https://github.com/ctron/analytics-next-rs
- Owner: ctron
- License: apache-2.0
- Created: 2023-08-25T12:10:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:37:59.000Z (over 2 years ago)
- Last Synced: 2025-04-13T01:46:05.827Z (about 1 year ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust wrapper for `analytics-next`
[](https://github.com/ctron/analytics-next-rs/actions?query=workflow%3A%22CI%22)
[](https://github.com/ctron/analytics-next-rs/releases)
[](https://crates.io/crates/analytics-next)
[](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
```