const-oid 0.3.2

ISO/IEC Object Identifier (OID) constants with heapless no_std support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "const-oid"
version = "0.3.2"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
edition = "2018"
description = """
ISO/IEC Object Identifier (OID) constants with heapless no_std support
"""
documentation = "https://docs.rs/const-oid"
repository = "https://github.com/RustCrypto/utils"
categories = ["data-structures", "encoding", "no-std"]
keywords = ["iso", "iec", "itu", "oid"]
readme = "README.md"

[features]
std = []