//! BER (Basic Encoding Rules) codec for SNMP.
//!//! Encodes and decodes the Basic Encoding Rules (BER) used by SNMP.
//! The implementation follows X.690 with permissive parsing aligned with net-snmp behavior.
moddecode;modencode;pub(crate)modlength;pubmodtag;pubusedecode::*;pubuseencode::*;pubuselength::*;pubusetag::*;