dtmt/lib/sdk
Lucas Schwiderski 0811f47ae2
bug: Fix reading bundle properties
Clippy's suggestion failed me, as `slice::take` only yields _at most_
the given number of elements, but `Vec::with_capacity` doesn't resize
in a way that it would yield `capacity` elements.
2023-01-07 16:19:01 +01:00
..
src bug: Fix reading bundle properties 2023-01-07 16:19:01 +01:00
Cargo.toml version: v0.2.0 2022-12-28 19:59:10 +01:00