https://github.com/trussed-dev/flexiber
https://github.com/trussed-dev/flexiber
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trussed-dev/flexiber
- Owner: trussed-dev
- License: apache-2.0
- Created: 2021-02-19T22:14:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T13:48:03.000Z (over 2 years ago)
- Last Synced: 2024-04-24T16:04:10.158Z (about 2 years ago)
- Language: Rust
- Size: 7.71 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# flexiber
Encoding and decoding of BER-TLV as described in ISO 7816-4, without allocations.
Follows the approach taken in [`der`][der], and then in [`simple-tlv`][simple-tlv].
[der]: https://docs.rs/der
[simple-tlv]: https://docs.rs/simple-tlv
#### License
`flexiber` is licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT License](LICENSE-MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.