Gábor Szabó
Gábor Szabó
Apparently they are the configuration files of [cargo-release](https://crates.io/crates/cargo-release)
Collect the types of badges crates mention in the `badges` section of `Cargo.toml` See [the manifest](https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section) Example, the [thousands](https://github.com/tov/thousands-rs) crate has that.
Right now we have the number per service and for many services we also have the name of the platform, but it would be nice to see the total number...
### Description I can use ```rust use surrealdb::sql::{Id, Thing}; let id = Id::ulid(); let thing = Thing::from(("user", id)); ``` But I can't seem to find the documentation: https://docs.rs/surrealdb/latest/surrealdb/index.html?search=sql returns nothing...
From Reddit user: > I think the general idea is that executables should include Cargo.lock but libraries should not Could anybody explain why is that ?
A suggestion from Reddit > I think the more interesting way to frame this data would be that 90% of binary crates include lockfiles, while 83% of library crates don't...
### Is your feature request related to a problem? Right now if I `DEFINE` a schema and `CREATE` an entry with a field that is not in the schema the...
Once all your files have more than 80% test coverage all of them will be displayed as green. It would be nice to still be able to easily differentiate between...
Add to the head element of the generated HTML report: `Test coverage for {name} {version}` Taking name and version from the Cargo.toml file