Alexander Payne
Alexander Payne
The use of the `?` macro operator, for zero-or-one selection, is only available in the 2018 edition of the language. Without the `edition` key set in the manifest, Rust compiles...
Currently `bitvec` has a slice, a box, and a vector, but it does not have reference-counted boxes. I would like to export `BitArc` and `BitRc` types which, like `BitBox`, use...
`BitStore` is constrained to only be implemented on types guaranteed to have a bus alignment no less than their register width. This restriction is necessary in order to keep the...
This commit uses the `?` operator to support optional trailing commas in macro calls without requiring the call to use the panic-message arms. The `?` macro operator was stabilized in...
The `radium` API has not changed in some time. I am satisfied with its API as used in `bitvec`, and it seems that `radium` has some other dependents who also...
Would it be possible to extend this with a `LiveView.Engine` module capable of compiling `.lhaml` files, similar to how Phoenix LiveView [compiles `.leex` templates](https://github.com/phoenixframework/phoenix_live_view/blob/b6d2062/lib/phoenix_live_view/engine.ex#L148)? I greatly prefer writing HAML to...
# Platform Windows 10 x64, build `19631.mn_release-200514-1410` # Steps ```ps1 cd examples/canvas_moire cargo run --release ``` # Behavior The window appears, with the orbiting circular patterns, as expected. Upon closing...
# Platform Windows 10 x64, build `19631.mn_release-200514-1410` # Steps ```ps1 git clone https://github.com/sunjay/turtle.git cd turtle git checkout async cargo run --example heart ``` # Behavior The program draws a heart...