ancs 0.1.0

A set of types for representing Apple Notification Center Service requests and responses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.nom]
version = "7.1.1"

[lib]
path = "src/lib.rs"

[package]
authors = ["Ian Armour <ianmarmour@gmail.com>"]
categories = ["encoding", "network-programming"]
description = "A set of types for representing Apple Notification Center Service requests and responses.\n"
edition = "2021"
keywords = ["apple", "ancs", "notification", "bluetooth", "btle"]
license = "MIT"
name = "ancs"
readme = "README.md"
repository = "https://github.com/ianmarmour/ancs"
resolver = "2"
version = "0.1.0"