enhanced-magic-string 0.1.0

Rust based magic-string implementation with sourcemap chains support
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum Error {
  IllegalSource,
}

pub type Result<T> = std::result::Result<T, Error>;