Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tramex/hampi

Tags

v0.6.0

Toggle v0.6.0's commit message
Release v0.6.0:

Features:

1. Support for REAL and REAL PER Codec (ystero-dev#100).
2. Support for UTCTime (ystero-dev#101).
3. Error Cause support for `PerCodecError` (ystero-dev#103).

Bug Fixes:
1. Fixed an issue with `encode_constrained_whole_number` when the value
   to be encoded was 0.
2. Correctly handling Sequence Additions (See ystero-dev#105).

v0.5.9

Toggle v0.5.9's commit message
Release v0.5.9

Features:

1. Support for `REAL` type in asn-compiler

Bug Fixes:

1. Fix issue with decoding empty sequence-of
2. Fix panic when too many bits in `BitVec` for integer

v0.5.8

Toggle v0.5.8's commit message
Version v0.5.8

1. Handling of `WITH COMPONENTS` constraint parsing.
2. Fix of an overflow issue.
3. Handling of `ALL EXCEPT` constraint parsing.
4. Handling of OID Values assignments and generated Rust types.

v0.5.7

Toggle v0.5.7's commit message
New release v0.5.7

- `advance_maybe_err` a public API

v0.5.6

Toggle v0.5.6's commit message
Crate version v0.5.6

- Basic Parsing support for ASN.1 tags
- Added visibility to generated constants
- Examplee of S1AP decode

v0.5.5

Toggle v0.5.5's commit message
Version v0.5.5

1. Specs generation using rust `docx-rs` is an optional feature now.
2. Support for generating `consts` from value definitions.
3. Fixed LICENSE in Cargo.toml

v0.5.4

Toggle v0.5.4's commit message
Crate version v0.5.4

- Added support for additional derives (`Eq`, `PartialEq`)

v0.5.3

Toggle v0.5.3's commit message
Version 0.5.3

v0.5.1

Toggle v0.5.1's commit message
Documentation and Examples updates

v0.5.0

Toggle v0.5.0's commit message
Release v0.5.0

- UPER Codec Support
- Updated the APIs for the codec.
- Fixed a couple of issues in code generation in compiler
  - SET as alias for SEQUENCE (was previously unhandled)
  - Sequence Componet Default is treated as Optional (was previously
    unhandled).