1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
// ------------------------------------------------------------------------------
// Copyright 2019 Uwe Arzt, mail@uwe-arzt.de
// SPDX-License-Identifier: Apache-2.0
// ------------------------------------------------------------------------------

#![crate_name = "knx_ets_rs"]
#![crate_type = "lib"]

#[macro_use]
extern crate nom;

pub mod ets;