obis 1.0.0

Work with OBIS codes as defined by the IEC 62056-61 standard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.atoi]
default-features = false
version = "2.0.0"

[package]
authors = ["Simonas Kazlauskas <obis@kazlauskas.me>"]
categories = ["no-std::no-alloc", "parser-implementations"]
description = "Work with OBIS codes as defined by the IEC 62056-61 standard"
documentation = "https://docs.rs/obis/1.0.0"
edition = "2015"
license = "ISC OR Apache-2.0"
name = "obis"
readme = "README.mkd"
repository = "https://github.com/nagisa/obis"
version = "1.0.0"