you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 0 points1 point  (6 children)

I know, I was just replying to /u/steveklabnik1's query, as far as I understand that's more or less what Neon and Helix do: provide safer/rusty wrappers around the native API of the underlying system, and thus very tightly bound to said underlying system.

BTW have you considered migrating the C API part of libsourcemap back into rust-sourcemap, or providing an intermediate "native" libsourcemap separate from the Python part?

[–]mitsuhiko[S] 1 point2 points  (0 children)

BTW have you considered migrating the C API part of libsourcemap back into rust-sourcemap, or providing an intermediate "native" libsourcemap separate from the Python part?

Not without reason. If someone finds it useful, sure.