kdl-script
kdl-script copied to clipboard
Execute KDL files!
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.5.3. Release notes Sourced from clap's releases. v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update heck v4.5.2 [4.5.2] - 2024-03-06 Fixes (macros) Silence a warning v4.5.1...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.58. Release notes Sourced from thiserror's releases. 1.0.58 Make backtrace support available when using -Dwarnings (#292) 1.0.57 Generate more efficient Display impl for error message...
Bumps [miette](https://github.com/zkat/miette) from 5.10.0 to 7.2.0. Release notes Sourced from miette's releases. v7.1.0 Features derive: enable more boxed types to be #[diagnostic_source] (#338) (c2f06f6c) source: derive common traits for NamedSource,...
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.36.1. Changelog Sourced from insta's changelog. 1.36.1 Fix an ownership issue introduced in 1.36 with snapshot assertions. #453 1.36.0 Deprecate INSTA_FORCE_UPDATE_SNAPSHOTS env-var for INSTA_FORCE_UPDATE. The...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.193 to 1.0.197. Release notes Sourced from serde's releases. v1.0.197 Fix unused_imports warnings when compiled by rustc 1.78 Optimize code size of some Display impls (#2697, thanks...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.114. Release notes Sourced from serde_json's releases. v1.0.114 Fix unused_imports warnings when compiled by rustc 1.78 v1.0.113 Add swap_remove and shift_remove methods on Map (#1109)...
TODO: what does it mean if you have multiple non-out-param outputs? Return a tuple? Error out on all known backends? TODO: think through if the caller has any need to...
We don't support structural tuple types because it's extremely Not For FFI in my mind but maybe it's worth supporting for rustc_calls_rustc-cranelift or something?
We should probably make it easy to check that `libc::c_long` works with actual C `long` or whatever. I would probably name them `c_long`. Maybe `c::long`. Not doing this until I...
As noted in #12 there's a need to express "use this native type of the target language". Another interesting case outside of `Option` is Rust's `PhantomData`. You want to confirm...