Crates.io | rasn-cap |
lib.rs | rasn-cap |
version | |
source | src |
created_at | 2023-07-11 15:12:24.432751 |
updated_at | 2024-10-18 09:26:07.39477 |
description | Data types for the Common Alerting Protocol (CAP 1.1) |
homepage | |
repository | https://github.com/librasn/rasn.git |
max_upload_size | |
id | 913925 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides an implementation of the data types for X.1303, also known as Common Alerting Protocol (CAP).
Like other rasn
core crates, this doesn't provide a CAP client or server
but provides the core data types used to be able to create your own clients
and servers.