nrbf 0.2.2

A parser for the .NET Remoting Binary Format (NRBF).
Documentation
1
2
3
4
5
use crate::data_type;

/// A decimal number.
#[derive(Debug, Clone, PartialEq)]
pub struct Decimal(pub(crate) data_type::Decimal);