| Crates.io | autumnus |
| lib.rs | autumnus |
| version | 0.9.0 |
| created_at | 2025-02-14 19:48:07.510899+00 |
| updated_at | 2026-01-23 21:38:14.716778+00 |
| description | DEPRECATED - Use `lumis` instead. Syntax highlighter powered by Tree-sitter. |
| homepage | |
| repository | https://github.com/leandrocp/lumis |
| max_upload_size | |
| id | 1555935 |
| size | 56,397 |
This crate has been renamed to lumis.
Cargo.toml:[dependencies]
# Before
autumnus = "0.8"
# After
lumis = "0.1"
// Before
use autumnus::*;
// After
use lumis::*;
The API remains the same - only the crate name has changed.
The project has been renamed to lumis (Latin for "light") to better reflect its purpose as a syntax highlighting library.