transformable 0.2.1

Transform its representation between structured and bytes form.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CHANGELOG

## 0.2.0 (Dec 22nd, 2024)

- re-export `dbutils::leb128`
- Use `core::error::Error` instead of `std::error::Error`
- Loose trait bounds to function trait bounds
- Use future-proof external crates import style

## 0.1.2 (Dec 23rd, 2023)

FEATURES

- Implement `Transformable` for `std::time::Instant`.