Sebastian Blunt
Sebastian Blunt
This allows people to write custom implementations of the Tag trait rather than having to rely on format! or similar and passing in tags as str/String. The Tag trait has...
Other warnings may appear that don't cause validation to fail, making this an error will make it easier to find what caused validation to fail.
To give people the option of maintaining a single vendor directory across multiple crates/workspaces.
Does browserpass want to add support for [passage](https://github.com/FiloSottile/passage)? Passage is mostly similar to pass. The only difference is the actual data files are put in an extra subdirectory in the...
Currently I see no way to pass in an OsStr as an argument to a shell function. The big benefit I see to the current way is that it allows...
Minimal repro, returns > thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error("unknown field `c`", line: 2, column: 24)', src/libcore/result.rs:999:5 Cargo.toml: ```toml [dependencies] serde = { version =...