autumnus 0.9.0

DEPRECATED - Use `lumis` instead. Syntax highlighter powered by Tree-sitter.
Documentation

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.