use-presence
Facade crate for RustUse external digital presence primitives.
use-presence re-exports the focused crates in the presence set. Implementation lives in child crates such as use-seo, use-local, use-listing, use-metadata, use-utm, use-referrer, and use-attribution.
Example
use *;
let params = new;
assert_eq!;
Scope
- Crate-shaped module aliases for every focused presence crate.
- A curated prelude for common primitive types.
- Composition examples that show how focused crates fit together.
Non-goals
- Implementation logic in the facade.
- Crawling, network calls, platform SDKs, analytics systems, or marketing automation.
License
Licensed under either Apache-2.0 or MIT, at your option.