Tobias Schmitz 2d3e883d2b
refactor: apply some suggestions
- rename Loaded::bytes to data
- change `let data = source.load()` to `let loaded`
- only expose a single `within` method for the LoadedWithin trait
    - invalid utf-8 data is a rare edge case
- only store one EcoString inside LoadError
    - mutate it when using `LoadedWithin::within` method
2025-06-10 13:47:41 +02:00
..
2025-06-10 13:47:41 +02:00