1 2 3 4 5 6 7
//! lykn -- S-expression syntax for JavaScript //! //! This crate re-exports the core modules from `lykn-cli`, providing //! the reader (parser) and formatter as a library. pub use lykn_cli::formatter; pub use lykn_cli::reader;