7 releases (breaking)
0.11.0 | Jul 22, 2024 |
---|---|
0.10.0 | Jun 23, 2024 |
0.9.0 | Jun 23, 2024 |
0.8.0 | Jun 23, 2024 |
0.5.0 | Feb 20, 2024 |
#780 in Parser implementations
42 downloads per month
125KB
3.5K
SLoC
Exolvl
A library for reading and writing Exoracer level files.
Todo
- More documentation (see https://github.com/skycloudd/exolvl/issues/1)
- Implement the
Default
trait forExolvl
(?) - Use the
image
crate for images - Use the
glam
crate forVec2
- Use a
Duration
type for things like medal times - Use
Uuid
for UUIDs instead ofString
- Newtype pattern for ids
- Make
theme
an enum, not aString
- Add
#[deprecated]
on deprecated things, pointing to the new thing
Usage
Add this to your Cargo.toml
:
[dependencies]
exolvl = "0.6"
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~2.7–4MB
~77K SLoC