neatify 0.1.4

A code formatter library for multiple languages with a clean API interface
Documentation
1
2
3
4
5
6
//! Core functionality for the neatify library

pub mod error;
pub mod formatter;
pub mod parser;
pub mod tokens;