Squirrel

Results 235 comments of Squirrel

I think these kind of efforts are great to test HashMap, but wouldn't it be awesome if we could test every Map? The eclectic crate has traits for collections (as...

Being able to use a pure rust ssl makes using a lot of rust tools a lot easier where finding openssl or building ssl from source is tricky. Building cargo,...

Two years on and at a different place and I find things still failing to install due to openssl dependencies. Pure rust might be more secure by now as well...

I'm trying to get toml::Spanned and serde_ignored to work nicely together at the moment. I keep getting it fail saying it expects "a borrowed string" when deserialising cargo tomls: `dependencies:...

(I'm a big fan of the idea... just hitting a few teething troubles)

A tree of platform specific notes / gotchas with rust? I could see that being well read.

broken code doesn't help anyone. If cargo update / upgrade gives warnings that your rust version is too old to bring in all the latest updates then people will be...

It seems that this can trigger unnecessary rebuilds if a `rerun_if_changed` is issued on `Cargo.lock`.

"No more unsafe." - to be fair there is some unsafe in `schnellru`, but pushing unsafety down into smaller crates seems like a good move.

I think I've misunderstood. I see there's a parse_and_inline_modules. If I point it to main.rs or lib.rs it should drag everything else in. Will try that.