next.js/crates/next-code-frame/src/lib.rs
lib.rs11 lines204 B
#![doc = include_str!("../README.md")]

mod frame;
mod highlight;

pub use frame::{CodeFrameLocation, CodeFrameOptions, Location, render_code_frame};
pub use highlight::Language;

#[cfg(test)]
mod tests;
Quest for Codev2.0.0
/
SIGN IN