Rob Ede
Rob Ede
blocked on #42 test with: ``` RUSTDOCFLAGS="--cfg=docsrs" cargo +nightly doc --no-deps --all-features --open ``` example: 
blocked on #41
blocked on #41
superset of JSON, supports comments etc which is nicer for config documentation sometimes
just demo-ing this actor lib: https://crates.io/crates/ractor
## PR Type PR_TYPE ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...
`type BufResult = (std::io::Result, B);` the type definition of `BufResult` uses T for the result type but usages of it have been using `T` as the parameter name passed to...
**Describe the bug** For an OpenAPI v3.1 spec including this, for example: ``` paths: /token: post: $ref: '_api-login.yml#/operations/login' ``` We now receive this error: ``` nn:10 error oas3-schema "post" property...
msrv update is required by way of (at least) `mysql`'s `twox-hash` dependency changelog and manifest have updated versions so that a release can be published immediately after merge, with your...