autumnus

Crates.ioautumnus
lib.rsautumnus
version0.9.0
created_at2025-02-14 19:48:07.510899+00
updated_at2026-01-23 21:38:14.716778+00
descriptionDEPRECATED - Use `lumis` instead. Syntax highlighter powered by Tree-sitter.
homepage
repositoryhttps://github.com/leandrocp/lumis
max_upload_size
id1555935
size56,397
Leandro Pereira (leandrocp)

documentation

README

autumnus (DEPRECATED)

This crate has been renamed to lumis.

Migration Guide

  1. Update your Cargo.toml:
[dependencies]
# Before
autumnus = "0.8"

# After
lumis = "0.1"
  1. Update your imports:
// Before
use autumnus::*;

// After
use lumis::*;

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.

Commit count: 4249

cargo fmt