autumnus (DEPRECATED)
This crate has been renamed to lumis.
Migration Guide
- Update your
Cargo.toml:
[]
# Before
= "0.8"
# After
= "0.1"
- Update your imports:
// Before
use *;
// After
use *;
The API remains the same - only the crate name has changed.
Why the rename?
The project has been renamed to lumis (Latin for "light") to better reflect its purpose as a syntax highlighting library.